fix view-icon grid

This commit is contained in:
Simon
2025-08-14 16:17:53 +07:00
parent c6d0e02f16
commit 41c9415b3f
2 changed files with 4 additions and 11 deletions

View File

@@ -428,9 +428,8 @@ button:disabled:hover {
}
.view-controls {
display: flex;
flex-wrap: wrap;
justify-content: end;
display: grid;
grid-template-columns: 1fr auto auto;
border-bottom: 2px solid;
border-color: var(--accent-font-dark);
margin: 15px 0;