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 0040e2a commit bb9c9b6Copy full SHA for bb9c9b6
src/bundle/settings/index.scss
@@ -26,13 +26,6 @@
26
27
&__mode-help {
28
float: right;
29
-
30
- & > div {
31
- position: relative;
32
- top: 6px;
33
34
- display: inline;
35
- }
36
}
37
38
&__separator {
src/toolbar/ToolbarListButton.scss
@@ -8,6 +8,7 @@
8
&__item {
9
display: flex;
10
justify-content: space-between;
11
+ align-items: center;
12
column-gap: 24px;
13
14
@@ -16,9 +17,7 @@
16
17
align-items: center;
18
column-gap: 8px;
19
- .g-icon {
20
- display: block;
21
+ line-height: normal;
22
23
24
&__hint {
0 commit comments