Skip to content

Commit bcdfebf

Browse files
fix: updated dropdown styles
1 parent 44ae36d commit bcdfebf

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/components/Toolbar/Toolbar.scss

+5-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ body:global(.expanded) {
9292
bottom: 10px;
9393
background: $blue;
9494
border-radius: 3px;
95-
padding: 2px 4px;
95+
padding: 2px 6px;
9696
font-size: 14px;
9797
color: white;
9898
box-shadow: none;
@@ -103,15 +103,17 @@ body:global(.expanded) {
103103
display: flex;
104104
flex-direction: column;
105105
background: $blue;
106-
gap: 4px;
106+
border-radius: 3px;
107+
margin-top: 1px;
108+
gap: 2px;
107109
padding: 2px 0px;
108110
font-size: 14px;
109111
color: white;
110112
}
111113

112114
.stats_popover_item {
113115
cursor: pointer;
114-
padding: 0px 8px;
116+
padding: 0px 6px;
115117

116118
&:hover {
117119
color: $blue;

0 commit comments

Comments
 (0)