We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6319421 commit 5772b5cCopy full SHA for 5772b5c
src/components/status-bar/StatusBar.vue
@@ -92,6 +92,7 @@ export default {
92
#status-bar {
93
position: fixed;
94
display: flex;
95
+ gap: 10px;
96
bottom: 0;
97
width: calc(100% - 20px);
98
height: 20px;
@@ -103,7 +104,6 @@ export default {
103
104
105
#status-bar > * ~ * {
106
padding-left: 10px;
- margin-left: 10px;
107
border-left: 1px solid #7d7d79;
108
}
109
0 commit comments