summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-01 21:56:10 +0300
committerAndrew Dolgov <[email protected]>2018-02-01 22:36:46 +0300
commit0af56d18e86ac90cdd53d8e79781777b3fa23688 (patch)
treec7bf32de005aa3ed3bc8c53c91b1e4dce1fc9541 /css
parentf7f56cc0c0307bbf7f01d2375f916e976be49cdb (diff)
various fixes related to multi-theme support
Diffstat (limited to 'css')
-rw-r--r--css/read.css16
1 files changed, 4 insertions, 12 deletions
diff --git a/css/read.css b/css/read.css
index f1f1172..6b9ddd2 100644
--- a/css/read.css
+++ b/css/read.css
@@ -1,11 +1,3 @@
-body.night {
- background : black;
- color : #999;
-}
-
-body.night .loading {
- background : black;
-}
.loading {
position : absolute;
color : #999;
@@ -37,7 +29,7 @@ body.night .loading {
.footer {
bottom : 5px;
left : 0px;
- width : 100%;
+ width : 100%;
height : 24px;
}
.header, .footer {
@@ -76,7 +68,7 @@ body.night .loading {
top : 32px;
bottom : 32px;
left : 96px;
- right : 96px;
+ right : 96px;
}
@media (max-width: 992px) {
@@ -98,7 +90,7 @@ body.night .loading {
right : 48px;
}
.toolbar {
- width : 128px;
+ width : 96px;
}
}
@@ -108,7 +100,7 @@ body.night .loading {
right : 32px;
}
.toolbar {
- width : 96px;
+ width : 64px;
}
}