CSS cleanup

This commit is contained in:
RossAscends
2023-04-15 14:13:53 +09:00
parent dd50f98123
commit e4c8a831f9

View File

@@ -460,10 +460,10 @@ code {
gap: 10px; gap: 10px;
} }
.ui-settings>div { /* .ui-settings>div {
/* flex: 1; */ flex: 1;
} }
*/
#avatars-style .range-block-range, #avatars-style .range-block-range,
#chat-display .range-block-range, #chat-display .range-block-range,
#sheld-width .range-block-range { #sheld-width .range-block-range {
@@ -843,10 +843,6 @@ select option:not(:checked) {
text-align: center; text-align: center;
} }
img[src*="user-slash-solid.svg"] {}
.menu_button.disabled { .menu_button.disabled {
filter: brightness(50%); filter: brightness(50%);
cursor: not-allowed; cursor: not-allowed;
@@ -1263,7 +1259,7 @@ input[type=search]:focus::-webkit-search-cancel-button {
filter: grayscale(0.5); filter: grayscale(0.5);
text-align: center; text-align: center;
font-size: 24px; font-size: 24px;
aspect-ratio: 1; aspect-ratio: 1 / 1;
} }
.menu_button:hover { .menu_button:hover {
@@ -1895,7 +1891,7 @@ input[type="range"]::-webkit-slider-thumb {
height: 2rem; height: 2rem;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
aspect-ratio: 1; aspect-ratio: 1 / 1;
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
@@ -1918,7 +1914,7 @@ input[type="range"]::-webkit-slider-thumb {
margin: 0; margin: 0;
outline: none; outline: none;
background-color: var(--black50a); background-color: var(--black50a);
line-height: calc(var(--mainFontSize)+ .25rem); line-height: calc(var(--mainFontSize) + .25rem);
} }
#anchor_order { #anchor_order {
@@ -1994,9 +1990,6 @@ h5 {
} }
#character_popup h5 { #character_popup h5 {
/* margin-top: 0;
margin-bottom: 3px;
margin-left: 0; */
color: var(--grey50); color: var(--grey50);
} }
@@ -2368,7 +2361,8 @@ h5 {
display: none; display: none;
} }
#rm_group_members .right_menu_button, #rm_group_add_members .right_menu_button { #rm_group_members .right_menu_button,
#rm_group_add_members .right_menu_button {
padding: 0px; padding: 0px;
} }
@@ -3142,7 +3136,8 @@ toolcool-color-picker {
padding: 3px 5px; padding: 3px 5px;
} }
.openai_restorable, .poe_restorable { .openai_restorable,
.poe_restorable {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: space-between; justify-content: space-between;
@@ -3234,7 +3229,6 @@ toolcool-color-picker {
height: calc(100svh - 45px); height: calc(100svh - 45px);
width: 100%; width: 100%;
margin: 0 auto; margin: 0 auto;
position: auto;
} }
#character_popup, #character_popup,