Skip to content

Commit

Permalink
Hide the button in the top panel when the screen is 550px tall or less (
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer14420 authored Nov 23, 2024
1 parent 082c910 commit feb9c9a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dist/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -373,10 +373,8 @@ h2 {
}

/* Hide button in top panel for small screen sizes */
@media (max-width: 600px) and (max-height: 410px),
(min-width: 601px) and (max-width: 700px) and (max-height: 440px),
(min-width: 701px) and (max-height: 475px) {
.top-panel .btn-capanda1 {
@media (max-height: 550px) {
.top-panel button {
display: none;
}
}
Expand Down

0 comments on commit feb9c9a

Please sign in to comment.