Skip to content

Commit 1bb4adb

Browse files
fix: adjust height for buttons
1 parent e87f77f commit 1bb4adb

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

css/library.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,8 @@ input:checked + .visualizer-slider:before {
435435

436436
div.visualizer-library-form .viz-filter {
437437
vertical-align: middle;
438+
min-height: 30px;
439+
line-height: 1;
438440
}
439441

440442
button.media-modal-close {
@@ -941,6 +943,8 @@ span.viz-view-toggle-group {
941943
margin-right: 0;
942944
border-top-right-radius: 0;
943945
border-bottom-right-radius: 0;
946+
min-height: 30px;
947+
line-height: 2.15384615;
944948
}
945949

946950
.viz-add-new-toggle {
@@ -1019,6 +1023,12 @@ span.viz-view-toggle-group {
10191023

10201024
@media screen and (max-width: 782px) {
10211025
.viz-add-new-toggle {
1022-
min-height: 40px;
1026+
min-height: 33px;
10231027
}
1028+
}
1029+
1030+
.toplevel_page_visualizer .button,
1031+
.toplevel_page_visualizer button {
1032+
min-height: 30px;
1033+
line-height: 2.15384615;
10241034
}

0 commit comments

Comments
 (0)