Skip to content

Commit

Permalink
fixed misalignment of the left sidebar in several browsers
Browse files Browse the repository at this point in the history
(cherry picked from commit 720e6c0d60f86cd9bdaa2b80425f5e046de4e224)
  • Loading branch information
WanWizard authored and jbleyel committed Oct 26, 2023
1 parent c96f834 commit 40f0daa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sourcefiles/modern/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5658,7 +5658,6 @@ fieldset[disabled] .form-control {
display: inline-block;
height: calc(100vh - 70px);
position: fixed;
top: 80px;
left: 0;
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
Expand Down Expand Up @@ -6463,4 +6462,4 @@ img[src*="default_picon"] {

.now-next__details--next {
opacity: 0.6;
}
}

0 comments on commit 40f0daa

Please sign in to comment.