Skip to content

Commit

Permalink
fix: fix button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Kabir-Ivan committed Aug 2, 2024
1 parent f05801e commit b7d1154
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/static/gui.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,6 @@
margin-right: 10px;
}

.g-button__text {
display: inline-flex;
align-items: center;
gap: 4px;
margin-top: auto;
margin-bottom: auto;
}

.controls__item > .button_type_suite-controls {
margin-right: 0;
}
Expand Down
8 changes: 8 additions & 0 deletions lib/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ main.container {
transition: border-color 200ms, background-color 200ms;
}

.g-button__text {
display: inline-flex;
align-items: center;
gap: 4px;
margin-top: auto;
margin-bottom: auto;
}

.button:hover {
border-color: var(--button-hover-color);
}
Expand Down

0 comments on commit b7d1154

Please sign in to comment.