aboutsummaryrefslogtreecommitdiff
path: root/p/themes
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes')
-rw-r--r--p/themes/base-theme/README.md2
-rw-r--r--p/themes/base-theme/template.css16
2 files changed, 16 insertions, 2 deletions
diff --git a/p/themes/base-theme/README.md b/p/themes/base-theme/README.md
index 9f7d635ca..632d11d05 100644
--- a/p/themes/base-theme/README.md
+++ b/p/themes/base-theme/README.md
@@ -1,7 +1,7 @@
FreshRSS-base-theme
===================
-A base theme for [FreshRSS](http://freshrss.org)
+A base theme for [FreshRSS](https://freshrss.org)
1. Custom ```base.css``` file with colors, backgrounds and borders
2. Change information in ```metadata.json``` file (at least, give a name!)
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 277bb61b2..320ad2d9b 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -346,10 +346,15 @@ a.btn {
/*=== Tree */
.tree {
margin: 0;
- padding: 0 0 15em 0;
+ padding: 0 0 2em 0;
list-style: none;
text-align: left;
}
+
+.treepadding {
+ padding: 0 0 15em 0;
+}
+
.tree-folder-items {
padding: 0;
list-style: none;
@@ -830,6 +835,15 @@ input:checked + .slide-container .properties {
.no-mobile {
display: none;
}
+ .dropdown .dropdown-menu {
+ border-radius: 0;
+ bottom: 0;
+ position: fixed;
+ width: 100%;
+ }
+ .dropdown-menu::after {
+ display: none;
+ }
.aside .toggle_aside,
.nav-login {
display: block;