Skip to content

Commit caa4c52

Browse files
Merge pull request #2882 from nextcloud/fix/2304/input-padding
fix: reduce input field padding, center text
2 parents c3db1fa + 8e58886 commit caa4c52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/AppSidebar/SliderItem.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ export default {
165165
background: none repeat scroll 0 0 var(--color-background-dark);
166166
margin: 0;
167167
min-height: 0;
168+
padding: 0 4px;
169+
text-align: center;
168170
}
169171
170172
input[type='range'] {

0 commit comments

Comments
 (0)