summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-26 18:58:43 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-10-26 18:58:43 +0100
commit01ef0ef2b8b5f8eda53b2dff19f460dd9d1b8276 (patch)
tree15af7dc2390658683921c092ec71c855fc1ceabd
parent659515862566744fc90511bc4182fc32ccf2e6b3 (diff)
Fix nav_entries menu width
See https://github.com/marienfressinaud/FreshRSS/issues/678
-rw-r--r--p/themes/base-theme/template.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index ffb104af2..6640284f9 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -569,7 +569,7 @@ br + br + br {
position: fixed;
bottom: 0; left: 0;
display: table;
- width: 250px;
+ width: 300px;
background: #fff;
table-layout: fixed;
}