update css in user row

This commit is contained in:
2025-05-09 01:42:54 +02:00
parent 1da3e1f0a0
commit fbf72db734

View File

@@ -89,3 +89,16 @@
.submit ::deep svg {
fill: var(--green);
}
@media screen and (max-width: 700px) {
.row {
height: 104px;
display: grid;
grid-template-rows: 48px 48px;
grid-template-columns: 48px 1fr 100px;
}
.role {
grid-column: 2;
}
}