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 52b83be commit ed0a2c3Copy full SHA for ed0a2c3
lib/static/gui.css
@@ -86,14 +86,6 @@
86
margin-right: 10px;
87
}
88
89
-.g-button__text {
90
- display: inline-flex;
91
- align-items: center;
92
- gap: 4px;
93
- margin-top: auto;
94
- margin-bottom: auto;
95
-}
96
-
97
.controls__item > .button_type_suite-controls {
98
margin-right: 0;
99
lib/static/styles.css
@@ -136,6 +136,14 @@ main.container {
136
transition: border-color 200ms, background-color 200ms;
137
138
139
+.g-button__text {
140
+ display: inline-flex;
141
+ align-items: center;
142
+ gap: 4px;
143
+ margin-top: auto;
144
+ margin-bottom: auto;
145
+}
146
+
147
.button:hover {
148
border-color: var(--button-hover-color);
149
0 commit comments