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 ec4f9e7 commit dc05ef9Copy full SHA for dc05ef9
src/ui/react/toolbar/styles/global.css
@@ -13,6 +13,10 @@ body {
13
width: 100vw;
14
height: 100vh;
15
line-height: var(--config-item-size);
16
+
17
+ button {
18
+ line-height: var(--config-item-size);
19
+ }
20
}
21
22
#root {
@@ -41,6 +45,7 @@ body {
41
45
42
46
.ft-bar {
43
47
position: relative;
48
+ height: calc(var(--config-item-size) + var(--config-padding) * 2);
44
49
padding: var(--item-padding) calc(var(--config-padding) * 2);
50
margin: var(--config-margin);
51
overflow: hidden;
@@ -93,6 +98,12 @@ body {
93
98
height: min-content;
94
99
padding: var(--item-padding);
95
100
101
102
+ height: 100%;
103
+ padding: 0 var(--item-padding);
104
+ border: 0;
105
106
96
107
.ft-bar-item-content {
97
108
display: flex;
109
align-items: center;
0 commit comments