Skip to content

Commit

Permalink
Issue #78: Tweak on page wrapping for configuration page display.
Browse files Browse the repository at this point in the history
  • Loading branch information
laryn committed Dec 22, 2023
1 parent 37e0053 commit 5925fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/css/base/gin.css
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ body:not(.toolbar-tray-open) .layout-container {
margin-top: 0;
}

.gin-layer-wrapper:has(> .view), .gin-layer-wrapper:has(> .admin-list) {
.gin-layer-wrapper:has(> .view), .gin-layer-wrapper:has(> .admin-list), .gin-layer-wrapper:has(> .admin) {
border: none;
padding: 0;
background: none;
Expand Down
3 changes: 2 additions & 1 deletion styles/base/_layers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@

.gin-layer-wrapper {
&:has(> .view),
&:has(> .admin-list) {
&:has(> .admin-list),
&:has(> .admin) {
border: none;
padding: 0;
background: none;
Expand Down

0 comments on commit 5925fb3

Please sign in to comment.