fix style
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user