Skip to content

Commit ed0a2c3

Browse files
authored
fix: fix button styles (#587)
1 parent 52b83be commit ed0a2c3

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

lib/static/gui.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,6 @@
8686
margin-right: 10px;
8787
}
8888

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-
9789
.controls__item > .button_type_suite-controls {
9890
margin-right: 0;
9991
}

lib/static/styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,14 @@ main.container {
136136
transition: border-color 200ms, background-color 200ms;
137137
}
138138

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+
139147
.button:hover {
140148
border-color: var(--button-hover-color);
141149
}

0 commit comments

Comments
 (0)