Skip to content

Commit 26b8647

Browse files
authored
fix: zoom button style (#879)
1 parent dfb6969 commit 26b8647

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

webapp/src/components/AssetImage/AssetImage.css

+7-4
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,16 @@
167167

168168
.AssetImage .zoom-controls > .ui.button.zoom-control i.icon {
169169
margin: 0 !important;
170+
width: 16px;
171+
height: 16px;
170172
}
171173

172174
.AssetImage .zoom-controls > .ui.button.zoom-in-control {
173-
width: 32px;
174-
height: 32px;
175-
padding: 0;
176-
min-width: unset;
175+
border-radius: 6px 6px 0px 0px;
176+
}
177+
178+
.AssetImage .zoom-controls > .ui.button.zoom-out-control {
179+
border-radius: 0px 0px 6px 6px;
177180
}
178181

179182
.AssetImage .play-emote-control {

0 commit comments

Comments
 (0)