diff options
Diffstat (limited to 'p/themes/base-theme/frss.css')
| -rw-r--r-- | p/themes/base-theme/frss.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 67656b1cf..f5d49a5d4 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -1878,7 +1878,7 @@ a.website:hover .favicon { font-size: 0; } -#bigMarkAsRead { +#bigMarkAsRead.big { margin: 0 0 100% 0; margin: 0 0 100vh 0; padding: 1em 0 50px 0; @@ -1888,10 +1888,14 @@ a.website:hover .favicon { font-size: 1.25rem; } -.bigTick { +#bigMarkAsRead.big .bigTick { font-size: 4rem; } +#bigMarkAsRead.small .bigTick { + font-size: 2rem; +} + /*=== Statistiques */ .box .box-title .btn { position: absolute; |
