瀏覽代碼

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;
 }