Skip to content

Commit

Permalink
Stretch fix overflow for wide screens
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Aug 31, 2021
1 parent fa54815 commit 535d8be
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/Widgets/range.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ body:not(.is-anonymous):not(.has-toolbar) .stretch {

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

body:not(.view-viewview):not(.has-sidebar):not(.has-toolbar) .stretch {
transform: translate(-55.8%, 0%);
transform: translate(-50%, 0%);
width: auto !important;
padding: 0 !important;
margin-right: -7.2rem !important;
}

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

0 comments on commit 535d8be

Please sign in to comment.