feat: Make updatequeue parted

This commit is contained in:
2024-11-02 09:42:39 +01:00
parent 272046142e
commit d47f181e1d
3 changed files with 27 additions and 5 deletions

View File

@@ -115,6 +115,10 @@ textarea {
}
}
.spaced {
margin-bottom: 30px;
}
/*******************************/
/* PARTIAL SPECIFIC CONTAINERS */
/*******************************/
@@ -163,6 +167,16 @@ textarea {
}
}
/*************/
/* Modifiers */
/*************/
/* Used to enlargen cards */
.full-width {
width: 100%;
flex: none;
}
/***********/
/* BUTTONS */
/***********/