Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Aug 25, 2021
1 parent c723110 commit bf6b9d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Widgets/range.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ body:not(.is-anonymous):not(.has-toolbar) .stretch {
}
@media (min-width: 1700px) {
.stretch {
transform: translate(-50%, 0%);
margin-right: 0 !important;
margin-left: 0 !important;
transform: translate(-50%, 0%);
}

body:not(.view-viewview) .stretch {
transform: translate(-57.5%, 0%);
max-width: 1790px !important;
transform: translate(-57.5%, 0%);
}

body:not(.is-anonymous):not(.has-toolbar) .stretch {
Expand Down

0 comments on commit bf6b9d7

Please sign in to comment.