simplify oldUI CSS

This commit is contained in:
tophf 2022-09-07 23:57:19 +03:00
parent 1b914a397e
commit 5cb30c8b69

View File

@ -195,7 +195,7 @@ a:hover {
margin-right: .5ex; margin-right: .5ex;
} }
.applies-to .target:hover { .oldUI .applies-to .target:hover {
background-color: rgba(128, 128, 128, .15); background-color: rgba(128, 128, 128, .15);
} }
@ -410,21 +410,6 @@ button .svg-icon {
fill: var(--fg); fill: var(--fg);
} }
.expander {
cursor: pointer;
position: absolute;
right: 4px;
}
.expander svg {
width: 16px;
height: 16px;
fill: var(--c50);
}
.expanded .expander {
transform: rotate(180deg);
transform-origin: 8px 8px;
}
/* Default, no update buttons */ /* Default, no update buttons */
.updater-icons .update, .updater-icons .update,
.updater-icons .check-update { .updater-icons .check-update {
@ -766,12 +751,9 @@ button .svg-icon {
} }
@media (max-width: 850px) { @media (max-width: 850px) {
:root {
--name-padding-left: 34px;
}
body { body {
display: table; display: block;
height: auto;
} }
body.all-styles-hidden-by-filters:before { body.all-styles-hidden-by-filters:before {
@ -789,10 +771,6 @@ button .svg-icon {
word-break: break-all; word-break: break-all;
} }
#installed {
table-layout: fixed;
}
#search-wrapper, #search-wrapper,
#sort-wrapper, #sort-wrapper,
#header summary { #header summary {
@ -808,11 +786,13 @@ button .svg-icon {
} }
#header { #header {
display: table-header-group;
height: auto; height: auto;
padding: 0; padding: 0;
width: 100%; width: 100%;
position: static; position: sticky;
top: 0;
z-index: 1000;
background: var(--bg);
border-right: none; border-right: none;
border-bottom: 1px dashed var(--c65); border-bottom: 1px dashed var(--c65);
} }
@ -837,15 +817,10 @@ button .svg-icon {
padding-left: 0; padding-left: 0;
} }
#header h1, #header h1 {
#backup-message {
display: none; display: none;
} }
#backup-buttons {
margin-top: 0;
}
#header summary { #header summary {
margin-top: 0; margin-top: 0;
padding-bottom: .25rem; padding-bottom: .25rem;