aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Origine-compact
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/Origine-compact
parent6228f959f7ff8d459aa5bc253d225c7e7f716165 (diff)
Improve the padding of the notification banner (#6074)
Diffstat (limited to 'p/themes/Origine-compact')
-rw-r--r--p/themes/Origine-compact/origine-compact.css3
-rw-r--r--p/themes/Origine-compact/origine-compact.rtl.css3
2 files changed, 6 insertions, 0 deletions
diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css
index 38ae932f5..94705d90b 100644
--- a/p/themes/Origine-compact/origine-compact.css
+++ b/p/themes/Origine-compact/origine-compact.css
@@ -130,6 +130,9 @@
/*=== Content of feed articles */
/*=== Notification and actualize notification */
+.notification {
+ padding: 0.5rem 3rem 0.5rem 0.5rem;
+}
/*=== "Load more" part */
#bigMarkAsRead {
font-size: 1.2em;
diff --git a/p/themes/Origine-compact/origine-compact.rtl.css b/p/themes/Origine-compact/origine-compact.rtl.css
index 6dc83e3cc..83ca78153 100644
--- a/p/themes/Origine-compact/origine-compact.rtl.css
+++ b/p/themes/Origine-compact/origine-compact.rtl.css
@@ -130,6 +130,9 @@
/*=== Content of feed articles */
/*=== Notification and actualize notification */
+.notification {
+ padding: 0.5rem 0.5rem 0.5rem 3rem;
+}
/*=== "Load more" part */
#bigMarkAsRead {
font-size: 1.2em;