Skip to content

Commit

Permalink
Style select as tab
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy committed Sep 12, 2024
1 parent 70cc25c commit 52963a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/theme/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -734,10 +734,12 @@ video.qr-preview {
.mobile-tab-select {
margin: 0 4px;
select {
appearance: none;
font-size: 16px;
height: 27px;
line-height: 27px;
width: 44px;
padding: 0 10px;
text-align: center;
position: relative;
bottom: -1px;
Expand Down
4 changes: 0 additions & 4 deletions src/theme/mac.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
body.macos, body.ios {
.tabs select {
background-color: revert !important;
width: 58px;
}
// See `mobile.scss`
$mobile-width: 740px;
@media (max-width: $mobile-width) {
Expand Down

0 comments on commit 52963a5

Please sign in to comment.