Skip to content

Commit

Permalink
Merge pull request #113 from Lioncat6/main
Browse files Browse the repository at this point in the history
Fixed the roles settings menu
  • Loading branch information
Gibbu committed Apr 1, 2024
2 parents b7149ac + 075faca commit b15aba6
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions src/theme/settings/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,44 @@
max-height: var(--settings-max-height);
max-width: var(--settings-content-width);
}

//Fixing the roles tab. Why is the roles tab so different from the others? WHY?
.contentColumnMinimal__7b4f5{
padding-right: 0px !important;
.customColumn__0b6a6 {
width: 100%;
max-width: 100%;
}
.content__690c5 {
padding: 0px 70px 0px 0px;
border-right: none;
}
.page_c3ed26{
width: 100%;
max-width: 100%;
}
.contentWidth_f1e6d4{
width: 100%;
max-width: 100%;
}
.header_ee0bd9,
.headerContainer__282e2{
min-width: 100%;
margin-right: -6px;
border-right: none;
}
}
.contentRegionShownSidebar__9d1b9{
overflow: hidden !important;
}
.titleContainer_d09261{
background: transparent;
}
.header_ee0bd9 {
border-radius: 5px;
.menu__22341 {
padding-right: 10px;
}
}

}

0 comments on commit b15aba6

Please sign in to comment.