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 400ab0a commit cd2d7f2Copy full SHA for cd2d7f2
src/modules/header/styles.css
@@ -579,12 +579,14 @@
579
.separator {
580
width: 1px;
581
height: 12px;
582
+ margin-top: 2px;
583
background: #e0e0e0;
584
}
585
586
.peace {
587
display: flex;
588
width: max-content;
589
590
font-size: 11px;
591
font-style: normal;
592
font-weight: 500;
@@ -605,4 +607,8 @@
605
607
606
608
display: none;
609
610
+
611
+ .separator {
612
+ display: none;
613
+ }
614
0 commit comments