mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2025-12-23 21:47:44 -05:00
CSS : notifications absolute plutôt que fixed
pour éviter qu'elles restent au milieu (surtout sur mobile) lorsqu'on défile vers le bas et gênent la lecture (ou devoir attendre ou fermer manuellement)
This commit is contained in:
@@ -567,7 +567,7 @@
|
||||
|
||||
/*** NOTIFICATION ***/
|
||||
.notification {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 25%; right: 25%;
|
||||
min-height: 30px;
|
||||
|
||||
@@ -555,7 +555,7 @@ body {
|
||||
|
||||
/*** NOTIFICATION ***/
|
||||
.notification {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 25%; right: 25%;
|
||||
min-height: 30px;
|
||||
|
||||
Reference in New Issue
Block a user