summaryrefslogtreecommitdiffstats
path: root/theme.css
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-10-10 19:51:47 +0200
committerVolpeon <git@volpeon.ink>2023-10-10 19:51:47 +0200
commit7d14a5b01b082b43597db812b0349fb7e2b6b084 (patch)
treeb579864e64c6d497e03676927253af7d4f7daa59 /theme.css
parentEnable horizontal scrolling for MOTD (diff)
downloadthelounge-theme-vulpes-7d14a5b01b082b43597db812b0349fb7e2b6b084.tar.gz
thelounge-theme-vulpes-7d14a5b01b082b43597db812b0349fb7e2b6b084.tar.bz2
thelounge-theme-vulpes-7d14a5b01b082b43597db812b0349fb7e2b6b084.zip
Table fix
Diffstat (limited to 'theme.css')
-rw-r--r--theme.css18
1 files changed, 10 insertions, 8 deletions
diff --git a/theme.css b/theme.css
index f448ed2..974e8d7 100644
--- a/theme.css
+++ b/theme.css
@@ -1,14 +1,14 @@
1@import 'default.css'; 1@import 'default.css';
2 2
3:root { 3:root {
4 --gray0: hsl(270, 0%, 7%); 4 --gray0: hsl(270deg, 0%, 7%);
5 --gray1: hsl(270, 0%, 10%); 5 --gray1: hsl(270deg, 0%, 10%);
6 --gray2: hsl(270, 1%, 16%); 6 --gray2: hsl(270deg, 1%, 16%);
7 --gray3: hsl(270, 1%, 24%); 7 --gray3: hsl(270deg, 1%, 24%);
8 --gray4: hsl(270, 1%, 35%); 8 --gray4: hsl(270deg, 1%, 35%);
9 --gray5: hsl(270, 2%, 54%); 9 --gray5: hsl(270deg, 2%, 54%);
10 --gray6: hsl(270, 2%, 73%); 10 --gray6: hsl(270deg, 2%, 73%);
11 --gray7: hsl(270, 2%, 100%); 11 --gray7: hsl(270deg, 2%, 100%);
12 12
13 /* * */ 13 /* * */
14 14
@@ -840,6 +840,7 @@ textarea.input {
840#chat table.invite-list { 840#chat table.invite-list {
841 width: 100%; 841 width: 100%;
842 margin: 0; 842 margin: 0;
843 table-layout: fixed;
843 border-spacing: 0; 844 border-spacing: 0;
844} 845}
845 846
@@ -863,6 +864,7 @@ textarea.input {
863} 864}
864 865
865#chat table.channel-list .users { 866#chat table.channel-list .users {
867 width: 5em;
866 text-align: right; 868 text-align: right;
867} 869}
868 870