Browse Source

small fixe

master
Doriane 4 months ago
parent
commit
85b83cce84
  1. 16
      static/css/interface.css

16
static/css/interface.css

@ -125,6 +125,21 @@ label{
font-weight: bold; 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 /* BOXES
================================================= */ ================================================= */
@ -186,7 +201,6 @@ aside.left{
line-height: 1; line-height: 1;
} }
.f-svg{ .f-svg{
padding: 1rem;
background-color: white; background-color: white;
overflow: auto; overflow: auto;
} }

Loading…
Cancel
Save