Moved table in profile/edit and updated grid.

This commit is contained in:
2024-05-13 23:38:04 +02:00
parent 2c37865265
commit c049fc8d24
2 changed files with 9 additions and 13 deletions

View File

@@ -202,13 +202,6 @@ input[type=text]:read-only {
fill: #009ade;
}
.left{
margin-right: auto;
}
.right{
margin-left: auto;
}
.leftside {
grid-area: leftside;
}
@@ -466,6 +459,9 @@ table.items select:focus-visible {
.extendedright {
margin-right: auto;
}
.extendedleft {
margin-left: auto;
}
[disabled] {
border-color: var(--color-border-gray) !important;
color: var(--color-border-gray) !important;