fix: quick fix layout

This commit is contained in:
2024-01-13 07:03:53 +01:00
parent 430dd53f77
commit 8258f57a09
2 changed files with 22 additions and 11 deletions

View File

@@ -27,6 +27,15 @@ table{
border-color: transparent;
}
.user-settings{
display: inline-flex;
color: white;
}
.form-check{
margin-right: 15px;
}
.m-auto{
margin: auto;
}