ソースを参照

Fix nav_entries menu width

See https://github.com/marienfressinaud/FreshRSS/issues/678
Marien Fressinaud 11 年 前
コミット
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;
 	bottom: 0; left: 0;
 	display: table;
-	width: 250px;
+	width: 300px;
 	background: #fff;
 	table-layout: fixed;
 }