fix style

This commit is contained in:
trochas
2026-01-10 19:50:41 +01:00
parent e85f76c810
commit 62b9231d38
9 changed files with 144 additions and 138 deletions

View File

@@ -6,6 +6,16 @@
border-radius: 20px;
}
.list_object_modal{
display: grid;
gap:10px;
background-color: var(--tint1);
padding: 10px;
border-radius: 20px;
max-height: 200px;
overflow-y: auto;
}
.object {
font-size: clamp(1px, 8cqi, 18px);