You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/main.css
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ ul {
110
110
111
111
/* Hide scrollbar */
112
112
body::-webkit-scrollbar {
113
-
width:0!important;
113
+
width:0;
114
114
}
115
115
body {
116
116
overflow: -moz-scrollbars-none;
@@ -135,9 +135,11 @@ body {
135
135
max-height:100%;
136
136
border:1px solid #000000;
137
137
display: grid;
138
-
grid-template-areas:"time time time weather weather""date date date date date""acm-discord-qr-code-label acm-discord-qr-code lug-discord-qr-code-label lug-discord-qr-code messages""switcher switcher switcher switcher switcher""footer footer footer footer footer";
138
+
grid-template-areas:"time time time weather weather""date date date date date""qr-code-area qr-code-area qr-code-area qr-code-area qr-code-area""switcher switcher switcher switcher switcher""footer footer footer footer footer";
0 commit comments