refactor: remove unused css

pull/10981/head
charlie 2024-08-09 14:38:12 +08:00
parent e6c73e896c
commit d3057f6965
5 changed files with 0 additions and 60 deletions

View File

@ -763,12 +763,6 @@ a.filter svg {
height: 100%;
}
@media (min-width: 1024px) {
.ui__modal-panel .ls-card {
min-height: 24rem;
}
}
.ls-card a[data-ref="card"], .ls-card .page-reference[data-ref="card"] {
display: none;
}

View File

@ -1,17 +1,3 @@
.ui__modal {
&[label="keymap-manager"] {
.panel-content {
@apply m-[-16px];
}
@screen lg {
.panel-content {
width: 980px;
}
}
}
}
.cp__shortcut {
&-table-wrap {
@apply relative;

View File

@ -121,16 +121,6 @@
}
}
html {
&.is-mobile .ui__modal[label=user-login] .panel-content {
@apply pt-0;
}
&.has-mobile-keyboard .ui__modal[label=user-login] {
transform: translateY(calc(-50px - 6%));
}
}
.federated-sign-in-container {
display: none;
}

View File

@ -12,9 +12,6 @@
}
.cp__right-sidebar .cards-title,
.ui__modal .cards-title {
background: var(--color-level-2);
}
/******************************************************************************/
/** Card blocks ***************************************************************/

View File

@ -158,26 +158,6 @@
@apply z-10 absolute top-0 right-0 pt-2 pr-2;
}
}
&[label="ls-modal-align-center"],
&.as-center {
top: 0;
.ui__modal-panel {
top: 50vh;
transform: translateY(-52%);
}
}
&[label="diff__cp"] {
.panel-content {
padding: 2rem 1rem;
@screen sm {
padding: 2rem;
}
}
}
}
.ui__dialog-content {
@ -224,13 +204,6 @@ html.is-mobile {
padding-bottom: 0;
}
}
&[label="ls-modal-align-center"] {
.ui__modal-panel {
top: 8vh;
transform: translateY(-10%);
}
}
}
}