aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-12-28 23:07:30 +0100
committerGravatar GitHub <noreply@github.com> 2022-12-28 23:07:30 +0100
commitb64650801f852d8b5b39dbf36c79519d2cea4199 (patch)
tree5b1c84ea61aaf7acd0624e916f79dfdab8297fa1
parent6131aa4479a51862c28d4da693bb1fe5d2c47e24 (diff)
fix: notification box in mobile view (#4960)
-rw-r--r--p/themes/base-theme/frss.css1
-rw-r--r--p/themes/base-theme/frss.rtl.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index eb92d8e4f..9b0917a56 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -2171,6 +2171,7 @@ input:checked + .slide-container .properties {
}
.notification {
+ padding: 0.75rem;
top: 0;
left: 0;
right: 0;
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index b44ca08f1..4bf540b4b 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.css
@@ -2171,6 +2171,7 @@ input:checked + .slide-container .properties {
}
.notification {
+ padding: 0.75rem;
top: 0;
right: 0;
left: 0;