We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ae36d commit bcdfebfCopy full SHA for bcdfebf
src/components/Toolbar/Toolbar.scss
@@ -92,7 +92,7 @@ body:global(.expanded) {
92
bottom: 10px;
93
background: $blue;
94
border-radius: 3px;
95
- padding: 2px 4px;
+ padding: 2px 6px;
96
font-size: 14px;
97
color: white;
98
box-shadow: none;
@@ -103,15 +103,17 @@ body:global(.expanded) {
103
display: flex;
104
flex-direction: column;
105
106
- gap: 4px;
+ border-radius: 3px;
107
+ margin-top: 1px;
108
+ gap: 2px;
109
padding: 2px 0px;
110
111
112
}
113
114
.stats_popover_item {
115
cursor: pointer;
- padding: 0px 8px;
116
+ padding: 0px 6px;
117
118
&:hover {
119
color: $blue;
0 commit comments