diff options
| author | 2023-04-15 21:13:56 +0200 | |
|---|---|---|
| committer | 2023-04-15 21:13:56 +0200 | |
| commit | 789c44b50222a24c565c783dbaf53d6ae465fc1d (patch) | |
| tree | c1fc9cda11c5ceacc25e2e6b39cafd0d0fd87f93 /p/themes/Pafat | |
| parent | a19b56064d74ae871abd52903778e0d5c35af896 (diff) | |
Improved: global view: mobile view (#5297)
* improved overlay + visible close button
* duplicate of line 2109
* delete #panel .close from frss.css
* set background colors in each theme
* fix Ansum and Mapco theme
* fix Nord theme
* frss.css
* only 1 scroll bar
* fix the closer background in some themes
* fix scrolling
* fix fix
Diffstat (limited to 'p/themes/Pafat')
| -rw-r--r-- | p/themes/Pafat/pafat.css | 6 | ||||
| -rw-r--r-- | p/themes/Pafat/pafat.rtl.css | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 8d87ff8bb..16183a481 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -1059,7 +1059,7 @@ a.signin { } .aside .toggle_aside, - #panel .close, + #overlay .close, .dropdown-menu .toggle_aside { background-color: var(--background-color-grey); border-bottom: 1px solid var(--border-color-grey-light); @@ -1110,4 +1110,8 @@ a.signin { padding-left: 15px; padding-right: 15px; } + + #overlay { + background-color: var(--background-color-grey); + } } diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 105e07ddd..8469152a1 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -1059,7 +1059,7 @@ a.signin { } .aside .toggle_aside, - #panel .close, + #overlay .close, .dropdown-menu .toggle_aside { background-color: var(--background-color-grey); border-bottom: 1px solid var(--border-color-grey-light); @@ -1110,4 +1110,8 @@ a.signin { padding-right: 15px; padding-left: 15px; } + + #overlay { + background-color: var(--background-color-grey); + } } |
