Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Mar 2, 2022
1 parent 5cf4c74 commit c60fe54
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/StyleWrapper/stretchStyleWideView.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ body:not(.view-defaultview).stretch {

/* detect if is authenticated or anon */
body:not(.is-authenticated):not(.view-defaultview) .stretch {
max-width: 1780px;
right: 0;
left: 0;
width: auto;
padding: 0;
margin: 0 -1rem;
transform: none;
max-width: 1780px;
}

/* detect if is logged in but in view with toolbar open */
Expand All @@ -45,7 +45,8 @@ body:not(.is-authenticated):not(.view-defaultview).stretch {
}

@media screen and (max-width: 1700px) {
body:not(.view-defaultview):not(.view-editview):not(.is-anonymous):not(.is-authenticated) .stretch {
body:not(.view-defaultview):not(.view-editview):not(.is-anonymous):not(.is-authenticated)
.stretch {
margin-right: 0;
margin-left: 0;
transform: translate(-50%, 0%);
Expand Down

0 comments on commit c60fe54

Please sign in to comment.