Skip to content

Commit 5772b5c

Browse files
committed
use gap for version spacing
1 parent 6319421 commit 5772b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/status-bar/StatusBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export default {
9292
#status-bar {
9393
position: fixed;
9494
display: flex;
95+
gap: 10px;
9596
bottom: 0;
9697
width: calc(100% - 20px);
9798
height: 20px;
@@ -103,7 +104,6 @@ export default {
103104
104105
#status-bar > * ~ * {
105106
padding-left: 10px;
106-
margin-left: 10px;
107107
border-left: 1px solid #7d7d79;
108108
}
109109

0 commit comments

Comments
 (0)