Просмотр исходного кода

Fix nav_entries menu width

See https://github.com/marienfressinaud/FreshRSS/issues/678
Marien Fressinaud 11 лет назад
Родитель
Сommit
01ef0ef2b8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      p/themes/base-theme/template.css

+ 1 - 1
p/themes/base-theme/template.css

@@ -569,7 +569,7 @@ br + br + br {
 	position: fixed;
 	position: fixed;
 	bottom: 0; left: 0;
 	bottom: 0; left: 0;
 	display: table;
 	display: table;
-	width: 250px;
+	width: 300px;
 	background: #fff;
 	background: #fff;
 	table-layout: fixed;
 	table-layout: fixed;
 }
 }