From 85b83cce84d5e00e5069ea709504f18d4c066455 Mon Sep 17 00:00:00 2001 From: Doriane Date: Sun, 9 Jun 2024 15:58:49 +0200 Subject: [PATCH] small fixe --- static/css/interface.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/static/css/interface.css b/static/css/interface.css index 0c1c5bb..c6a283e 100644 --- a/static/css/interface.css +++ b/static/css/interface.css @@ -125,6 +125,21 @@ label{ font-weight: bold; } +.reload::after{ + content: 'reload'; + position: fixed; + inset: 0; + background-color: rgba(0,0,205,0.2); + z-index: 998; + pointer-events: all; + color: white; + right: 0.5rem; + display: flex; + justify-content: center; + align-items: center; +} + + /* BOXES ================================================= */ @@ -186,7 +201,6 @@ aside.left{ line-height: 1; } .f-svg{ - padding: 1rem; background-color: white; overflow: auto; }