mirror of
https://github.com/wanderer-industries/wanderer
synced 2025-12-15 12:15:55 +00:00
23 lines
283 B
SCSS
23 lines
283 B
SCSS
.OnTheMapRoot {
|
|
|
|
}
|
|
|
|
.SidebarOnTheMap {
|
|
width: 400px;
|
|
padding: 0 !important;
|
|
|
|
:global {
|
|
.p-sidebar-content {
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.SidebarContent {
|
|
display: grid;
|
|
grid-template-rows: auto 1fr;
|
|
row-gap: 4px;
|
|
height: 100%;
|
|
}
|