CSS updates

This commit is contained in:
MathMan05 2024-08-11 16:55:07 -05:00
parent 0250d9f40d
commit f37a930884
2 changed files with 15 additions and 6 deletions

View file

@ -679,20 +679,20 @@ textarea:focus-visible,
overflow-x: hidden; overflow-x: hidden;
white-space: nowrap; white-space: nowrap;
max-width: 220px; max-width: 220px;
font-size: .18in;
} }
.servertd { .servertd {
background-color: var(--server-bg); background-color: var(--server-bg);
border-color: var(--server-border); height: .55in;
border-width: .04in;
border-style: solid;
height: .48in;
width:100%; width:100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-evenly; justify-content: space-evenly;
flex-shrink: 0; flex-shrink: 0;
box-sizing: border-box; box-sizing: border-box;
box-shadow: 0 0 .1in .01in var(--black);
z-index: 2;
} }
.channeleffects { .channeleffects {
@ -1103,6 +1103,7 @@ span {
font-weight:bold; font-weight:bold;
display: flex; display: flex;
padding-left:.2in; padding-left:.2in;
font-size: .18in;
} }
#mobileback{ #mobileback{
/* display:inline-block; */ /* display:inline-block; */
@ -1680,3 +1681,7 @@ form div{
#switchaccounts:hover{ #switchaccounts:hover{
text-shadow: var(--primary-text) 0in 0in .03in text-shadow: var(--primary-text) 0in 0in .03in
} }
#servertd{
z-index:5;
background: var(--server-name-bg);
}

View file

@ -19,8 +19,8 @@
--code-bg: color-mix(in srgb, #121212 95%, var(--accent-color)); --code-bg: color-mix(in srgb, #121212 95%, var(--accent-color));
--user-info-bg: color-mix(in srgb,#383838 85%, var(--accent-color)); --user-info-bg: color-mix(in srgb,#383838 85%, var(--accent-color));
--user-dock-bg: color-mix(in srgb,#111111 90%, var(--accent-color)); --user-dock-bg: color-mix(in srgb,#111111 90%, var(--accent-color));
--channels-bg: color-mix(in srgb,#3f3f3f 70%, var(--accent-color)); --channels-bg: color-mix(in srgb, #282828 90%, var(--accent-color));
--channel-hover:color-mix(in srgb, #2c2c2c 70%, var(--accent-color)); --channel-hover: color-mix(in srgb, #121212 70%, var(--accent-color));
--blank-bg: #1b1b1b; --blank-bg: #1b1b1b;
--light-border: #92929B; --light-border: #92929B;
--settings-hover: color-mix(in srgb, #000000 95%, var(--accent-color) 5%); --settings-hover: color-mix(in srgb, #000000 95%, var(--accent-color) 5%);
@ -35,6 +35,7 @@
--profile-info-bg: color-mix(in srgb, #121212 90%, var(--accent-color)); --profile-info-bg: color-mix(in srgb, #121212 90%, var(--accent-color));
--server-border: color-mix(in srgb, #000000 80%, var(--accent-color)); --server-border: color-mix(in srgb, #000000 80%, var(--accent-color));
--server-bg: color-mix(in srgb, #2a2a2a 80%, var(--accent-color)); --server-bg: color-mix(in srgb, #2a2a2a 80%, var(--accent-color));
--server-name-bg: color-mix(in srgb, #1b1b1b 90%, var(--accent-color));
--reply-border: #474b76; --reply-border: #474b76;
--reply-bg: #0b0d20; --reply-bg: #0b0d20;
--reply-text: #acacac; --reply-text: #acacac;
@ -87,6 +88,7 @@
--profile-info-bg: #bbbbce; --profile-info-bg: #bbbbce;
--server-border: #bebed3; --server-border: #bebed3;
--server-bg: #c0c0d4; --server-bg: #c0c0d4;
--server-name-bg: #a3a3b5;
--reply-border: #b1b2bd; --reply-border: #b1b2bd;
--reply-bg: #d4d6e9; --reply-bg: #d4d6e9;
--reply-text: #2e2e30; --reply-text: #2e2e30;
@ -138,6 +140,8 @@
--filename: #47bbff; --filename: #47bbff;
--mention-bg: #F00; --mention-bg: #F00;
--pronouns: #202020; --pronouns: #202020;
--server-bg: #c0c0d4;
--server-name-bg: #a3a3b5;
--server-border: #aaaac4; --server-border: #aaaac4;
--server-hover: #7f7fa8; --server-hover: #7f7fa8;