Skip to content

Commit

Permalink
fixes some css values for devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
mm-vasyl committed Sep 29, 2023
1 parent af5be8f commit 97e6476
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/preview/dist/js/index_bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/preview/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
}

/* all */
@container (min-width: 100px) {
@container (min-width: 125px) {
.gs-dev-tools.minimal .rewind,
.gs-dev-tools.minimal .loop,
.gs-dev-tools.minimal .play-pause {
Expand All @@ -121,7 +121,7 @@
}

/* 160x600 */
@container (max-width: 150px) {
@container (max-width: 265px) {
.gs-dev-tools .gs-bottom {
height: 64px !important;
}
Expand All @@ -146,7 +146,7 @@
}

/* 120x600 */
@container (max-width: 100px) {
@container (max-width: 124px) {
.gs-dev-tools .gs-bottom {
height: 48px !important;
}
Expand Down

0 comments on commit 97e6476

Please sign in to comment.