Skip to content

Commit 43a8f30

Browse files
feat(src/style.css): add padding (#476)
Co-authored-by: Dunsin <[email protected]>
1 parent 161d1f0 commit 43a8f30

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ nav ul {
134134
visibility: visible;
135135
max-height: 50px;
136136
opacity: 1;
137+
padding: 0.625rem;
137138
transform: scale(1) translateX(10px);
138139
}
139140

@@ -148,6 +149,7 @@ nav ul {
148149
font-size: 1rem;
149150
padding-left: 0.2rem;
150151
display: flex;
152+
padding-top: 0.625rem;
151153
flex-direction: column;
152154
}
153155

@@ -532,6 +534,7 @@ input::placeholder {
532534
margin-top: 8px;
533535
font-family: inherit;
534536
}
537+
535538
input[type='number']::-webkit-inner-spin-button,
536539
input[type='number']::-webkit-outer-spin-button {
537540
-webkit-appearance: none;
@@ -762,6 +765,7 @@ input[type='number']::-webkit-outer-spin-button {
762765
border-radius: 5px;
763766
display: none;
764767
}
768+
765769
.close-sideBar .tooltip::before {
766770
content: '';
767771
position: absolute;
@@ -872,6 +876,7 @@ input[type='number']::-webkit-outer-spin-button {
872876
margin-bottom: 1rem;
873877
position: relative;
874878
}
879+
875880
.border-radius-preview-box + .btn-container {
876881
margin-top: 1rem;
877882
}
@@ -980,6 +985,7 @@ input[type='number']::-webkit-outer-spin-button {
980985
padding: 0.3rem 0.3rem 0.3rem 0.2rem;
981986
font-size: 12px;
982987
}
988+
983989
.dropdown-item:hover {
984990
background-color: #0c49d2;
985991
}
@@ -1160,6 +1166,7 @@ a {
11601166
from {
11611167
opacity: 0;
11621168
}
1169+
11631170
to {
11641171
opacity: 1;
11651172
}

0 commit comments

Comments
 (0)