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