diff options
| author | 2024-01-29 12:37:02 +0100 | |
|---|---|---|
| committer | 2024-01-29 12:37:02 +0100 | |
| commit | 4d95ef71642b4f5b17e4a56fdaf1561439f0dadf (patch) | |
| tree | c8ab97abad75e4af3be9b6e6fdf19c162177cd5d /p/themes/Origine-compact | |
| parent | 6228f959f7ff8d459aa5bc253d225c7e7f716165 (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.css | 3 | ||||
| -rw-r--r-- | p/themes/Origine-compact/origine-compact.rtl.css | 3 |
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; |
