Small gap and padding for mobile

This commit is contained in:
anapnoe 2023-02-04 20:12:46 +02:00
parent 5ad2e7a765
commit 4714b5ac8b

View File

@ -1847,6 +1847,22 @@ input:focus {
flex-basis: 100%;
}
.dark .gr-block {
padding: 3px;
}
.gap-4 {
gap: 2px;
}
.gr-box>div>div>input.gr-text-input {
right: 3px;
top: 3px;
padding: 5px 2px 5px 5px;
}
}