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
  • Loading branch information
WanWizard committed Oct 24, 2023
1 parent 8032b1c commit 720e6c0
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 @@ -5659,7 +5659,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 @@ -6464,4 +6463,4 @@ img[src*="default_picon"] {

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

0 comments on commit 720e6c0

Please sign in to comment.