Skip to content

Commit fc9a20c

Browse files
committed
Bug fix.
1 parent c40976f commit fc9a20c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

resource/static/main.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,6 +1151,7 @@ i.s {
11511151
gap: 6px;
11521152
}
11531153

1154+
.ui.icon.mini.button:not(.labeled):not(.network-primary-btn):not(.server-primary-btn),
11541155
.ui.mini.icon.buttons .button {
11551156
margin: 0 !important;
11561157
width: 2.4em !important;
@@ -1163,6 +1164,17 @@ i.s {
11631164
justify-content: center !important;
11641165
}
11651166

1167+
.ui.icon.mini.button:not(.labeled):not(.network-primary-btn):not(.server-primary-btn) > .icon,
1168+
.ui.mini.icon.buttons .button > .icon {
1169+
margin: 0 !important;
1170+
line-height: 1 !important;
1171+
width: auto !important;
1172+
height: auto !important;
1173+
display: inline-flex !important;
1174+
align-items: center !important;
1175+
justify-content: center !important;
1176+
}
1177+
11661178
/* server 页面复制提示:自包含紧凑样式,独立于 custom-server-popup */
11671179
.tippy-box[data-theme~='copy-tooltip'] {
11681180
background-color: rgba(255, 255, 255, 0.92) !important;

0 commit comments

Comments
 (0)