Procházet zdrojové kódy

Fix nav_entries menu width

See https://github.com/marienfressinaud/FreshRSS/issues/678
Marien Fressinaud před 11 roky
rodič
revize
01ef0ef2b8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 }