mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
12 lines
248 B
CSS
12 lines
248 B
CSS
[class*="standardSidebarView-"]
|
|
[class*="contentColumn-"]:not([class*="contentColumnWide-"]) {
|
|
max-width: 100%;
|
|
}
|
|
|
|
[class*="standardSidebarView-"] [class*="sidebarRegion-"] {
|
|
flex: 0;
|
|
}
|
|
|
|
[class^="accountProfileCard-"] {
|
|
max-width: 660px;
|
|
}
|