diff options
| author | 2022-05-15 21:52:52 +0200 | |
|---|---|---|
| committer | 2022-05-15 21:52:52 +0200 | |
| commit | 807ea755e0bddb814f5c55bdfa5321ce144fe816 (patch) | |
| tree | ac19704b8bea917d06fca95aecff828db804b204 /p/themes/base-theme | |
| parent | 0cde4e898f94a10b5da7a221d5ddab904e0f2b1d (diff) | |
fix preview (#4291)
* fix
* Update extra.js
* reorga the scripts
* Update extra.js
* Several fixes
https://github.com/FreshRSS/FreshRSS/pull/4291#issuecomment-1125472321
* More fixes
* Cleaning
* fix pr 4291
* Reorganise some script functions
* Remove unused popup-txt
And associated function openPopupWithMessage
* Fix archiving categories
https://github.com/FreshRSS/FreshRSS/pull/4291#issuecomment-1126924602
* Fix stats
https://github.com/FreshRSS/FreshRSS/pull/4291#issuecomment-1126983134
* Fix direct subscription
E.g. http://localhost/i/?c=subscription&id=735
* Fix subscription add
https://github.com/FreshRSS/FreshRSS/pull/4291#issuecomment-1126991621
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/base-theme')
| -rw-r--r-- | p/themes/base-theme/template.css | 7 | ||||
| -rw-r--r-- | p/themes/base-theme/template.rtl.css | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css index 8c301c5ef..a6ed51ee3 100644 --- a/p/themes/base-theme/template.css +++ b/p/themes/base-theme/template.css @@ -1222,7 +1222,7 @@ br { #popup { display: none; position: fixed; - z-index: 1; + z-index: 200; left: 0; top: 0; width: 100%; @@ -1265,11 +1265,6 @@ br { cursor: pointer; } -#popup-txt { - display: none; - height: 100%; -} - #popup-iframe-container { display: none; height: 100%; diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css index 48a48efd5..8af89a119 100644 --- a/p/themes/base-theme/template.rtl.css +++ b/p/themes/base-theme/template.rtl.css @@ -1222,7 +1222,7 @@ br { #popup { display: none; position: fixed; - z-index: 1; + z-index: 200; right: 0; top: 0; width: 100%; @@ -1265,11 +1265,6 @@ br { cursor: pointer; } -#popup-txt { - display: none; - height: 100%; -} - #popup-iframe-container { display: none; height: 100%; |
