Spaces:
Runtime error
Runtime error
File size: 343 Bytes
3c00a42 8a3e252 125526f 8a3e252 d7368d9 9dab9d4 8a3e252 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
.bslib-sidebar-layout>.sidebar>.sidebar-content {
display: flex;
flex-direction: column;
padding: 1.5rem;
}
.bslib-sidebar-layout>.main {
grid-column: 2 / 3;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
padding: 1.5rem;
}
.shiny-notification {
position:fixed;
top: calc(0%);
left: calc(50% - 150px);
} |