Skip to content

Commit

Permalink
Button gap
Browse files Browse the repository at this point in the history
  • Loading branch information
mgurgel committed Feb 18, 2025
1 parent f7fb533 commit ee34dc6
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,13 @@ body:has([data-state="completed"] [aria-checked="true"]) .switch {
@media screen and (min-width: 600px) and (max-height: 450px) {
grid-template-areas:
'embed'
'buttons';
'buttons'
'gap5';

grid-template-rows:
auto
max-content;
max-content
8px;

& .buttons {
border-radius: var(--outer-radius);
Expand Down

0 comments on commit ee34dc6

Please sign in to comment.