small fixe

This commit is contained in:
Doriane 2024-06-09 15:58:49 +02:00
parent c294eccc1a
commit 85b83cce84

View File

@ -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;
} }