Padding adjustment in settings

pull/148/head
Kevin Payravi 2023-04-27 02:05:24 -04:00
parent 599e863346
commit 2e8489a7e6
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@
.options {
margin: 0 auto;
box-sizing: border-box;
padding: 6px 0px 12px 10px;
padding-bottom: .5em;
user-select: none;
width: fit-content;
}