Merge pull request #507 from floogulinc/fix-themes

Fix Morning and Zenburn themes on mobile
This commit is contained in:
Jérémie Astori 2015-10-14 22:23:48 -04:00
commit 344e256054
2 changed files with 18 additions and 0 deletions

View file

@ -195,3 +195,10 @@ QUIT #d0907d
#chat .toggle-content .body {
color: #99a2b4;
}
@media (max-width: 768px) {
#footer {
left: -220px;
width: 225px;
}
}

View file

@ -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;
}
}