Skip to content

Commit ed12808

Browse files
committed
fix
1 parent 56274e1 commit ed12808

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/vc64.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ button[id^="detail_run"] {
625625
overflow-x: auto;
626626
overflow-y: hidden;
627627
padding-top:var(--keycap_size);
628-
margin-top:var(--keycap_size);
628+
margin-top:calc( var(--keycap_size) * -1);
629629
}
630630

631631
.vbk_key {

0 commit comments

Comments
 (0)