summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-07-24 15:25:02 +0300
committerAndrew Dolgov <[email protected]>2017-07-24 15:25:02 +0300
commita4da70129e8c1a8a674009c3095b22cf8deb563b (patch)
tree3d5913718f002e0ea0207b5249a6c38e965a8d46 /css
parentde556fc586babb7c912af4397af8008f1f6874aa (diff)
reduce toolbar width on small devices
Diffstat (limited to 'css')
-rw-r--r--css/read.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/read.css b/css/read.css
index fc14305..5ec73db 100644
--- a/css/read.css
+++ b/css/read.css
@@ -108,7 +108,7 @@ body.night .loading {
right : 32px;
}
.toolbar {
- width : 128px;
+ width : 96px;
}
}