aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-01-29 12:37:02 +0100
committerGravatar GitHub <noreply@github.com> 2024-01-29 12:37:02 +0100
commit4d95ef71642b4f5b17e4a56fdaf1561439f0dadf (patch)
treec8ab97abad75e4af3be9b6e6fdf19c162177cd5d /p/themes/base-theme
parent6228f959f7ff8d459aa5bc253d225c7e7f716165 (diff)
Improve the padding of the notification banner (#6074)
Diffstat (limited to 'p/themes/base-theme')
-rw-r--r--p/themes/base-theme/frss.css2
-rw-r--r--p/themes/base-theme/frss.rtl.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index dafbb284f..ebbd7a627 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -1495,7 +1495,7 @@ a.website:hover .favicon {
/*=== Notification and actualize notification */
.notification {
- padding: 0.75rem 3.5rem 0.75rem 0.75rem;
+ padding: 1rem 3.5rem 1rem 1rem;
position: absolute;
top: 1rem;
left: 25%; right: 25%;
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index 319a6a432..45b967b63 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.css
@@ -1495,7 +1495,7 @@ a.website:hover .favicon {
/*=== Notification and actualize notification */
.notification {
- padding: 0.75rem 0.75rem 0.75rem 3.5rem;
+ padding: 1rem 1rem 1rem 3.5rem;
position: absolute;
top: 1rem;
right: 25%; left: 25%;