Fix Morning and Zenburn themes on mobile
This commit is contained in:
parent
044f69f02a
commit
5ab44cbf31
@ -195,3 +195,10 @@ QUIT #d0907d
|
|||||||
#chat .toggle-content .body {
|
#chat .toggle-content .body {
|
||||||
color: #99a2b4;
|
color: #99a2b4;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
#footer {
|
||||||
|
left: -220px;
|
||||||
|
width: 225px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -18,6 +18,10 @@ BORDERS #333333
|
|||||||
QUIT #bc6c4c
|
QUIT #bc6c4c
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: #2b2b2b;
|
||||||
|
}
|
||||||
|
|
||||||
#windows .chan, #windows .window {
|
#windows .chan, #windows .window {
|
||||||
background: #3f3f3f;
|
background: #3f3f3f;
|
||||||
}
|
}
|
||||||
@ -206,3 +210,10 @@ QUIT #bc6c4c
|
|||||||
#chat .toggle-content .body {
|
#chat .toggle-content .body {
|
||||||
color: #d2d39b;
|
color: #d2d39b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
#footer {
|
||||||
|
left: -220px;
|
||||||
|
width: 225px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user