summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-07-02 15:32:55 +0300
committerAndrew Dolgov <[email protected]>2018-07-02 15:32:55 +0300
commit6a244552a58beafe64ab12142d5b98bec0c97c1b (patch)
tree1f216bda0270b97a9ad088728b9b9ec08331ec13 /css
parent62346ca9259cd2571b9dd4746341107d6409b35d (diff)
add toolbar button to jump back if following relative URL
Diffstat (limited to 'css')
-rw-r--r--css/read.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/read.css b/css/read.css
index d1cb1be..7495ad3 100644
--- a/css/read.css
+++ b/css/read.css
@@ -93,13 +93,13 @@
@media (max-width: 767px) {
.toolbar {
- width : 96px;
+ width : 105px;
}
}
@media (max-width: 576px) {
.toolbar {
- width : 96px;
+ width : 105px;
}
#reader {
left : 24px;