Parcourir la source

Merge pull request #1489 from Alkarex/bottom-padding-menu

Bottom padding menu
Alexandre Alapetite il y a 9 ans
Parent
commit
8af3c9841e
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 0
      CHANGELOG.md
  2. 1 1
      p/themes/base-theme/template.css

+ 1 - 0
CHANGELOG.md

@@ -14,6 +14,7 @@
 * Bug fixing
 * Bug fixing
 	* Fix SQL uniqueness bug with PostgreSQL [#1476](https://github.com/FreshRSS/FreshRSS/pull/1476)
 	* Fix SQL uniqueness bug with PostgreSQL [#1476](https://github.com/FreshRSS/FreshRSS/pull/1476)
 		* (Require manual update for existing installations)
 		* (Require manual update for existing installations)
+	* Fix UI lowest subscription popup hidden [#1479](https://github.com/FreshRSS/FreshRSS/issues/1479)
 * I18n
 * I18n
 	* Improve English [#1465](https://github.com/FreshRSS/FreshRSS/pull/1465)
 	* Improve English [#1465](https://github.com/FreshRSS/FreshRSS/pull/1465)
 * Misc.
 * Misc.

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

@@ -345,7 +345,7 @@ a.btn {
 /*=== Tree */
 /*=== Tree */
 .tree {
 .tree {
 	margin: 0;
 	margin: 0;
-	padding: 0;
+	padding: 0 0 15em 0;
 	list-style: none;
 	list-style: none;
 	text-align: left;
 	text-align: left;
 }
 }