Skip to content

Commit

Permalink
fix(adaptation): Buggy tofrac button in safari browser & sidebar erro…
Browse files Browse the repository at this point in the history
…r displaying
  • Loading branch information
NriotHrreion committed Dec 10, 2023
1 parent b11b345 commit 455588d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 15 deletions.
35 changes: 20 additions & 15 deletions src/style/adaptation/mobile.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,26 @@
box-shadow: 5px 0 15px 5px rgba(0, 0, 0, .1);
justify-content: flex-start;
z-index: 150;
.mode-switcher {
display: flex;
flex-direction: column;
margin-top: 5px;
.mode-button-container {
height: 20px;
margin-top: 10px;
.highlight-bar {
display: none;
}
.mode-button {
display: none;
}
.mobile-mode-button {
display: flex;
.mode-switcher-wrapper {
.mode-switcher-tab-slider {
display: none;
}
.mode-switcher {
display: flex;
flex-direction: column;
margin-top: 5px;
.mode-button-container {
height: 20px;
margin-top: 10px;
.highlight-bar {
display: none;
}
.mode-button {
display: none;
}
.mobile-mode-button {
display: flex !important;
}
}
}
}
Expand Down
1 change: 1 addition & 0 deletions src/style/calculator/calculator.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
left: 80px;
bottom: 15px;
font-size: 11pt;
padding: 0 6px;
border: 2px solid var(--ca-gray2);
border-radius: 50px;
background-color: var(--ca-gray5);
Expand Down

1 comment on commit 455588d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.