formula1 / styles.css
kbberendsen's picture
padding notification
8e2f8f0
raw
history blame
256 Bytes
.bslib-sidebar-layout>.sidebar>.sidebar-content {
padding: 1.5rem;
}
.bslib-sidebar-layout>.main {
padding: 1.5rem;
}
.shiny-notification {
position: fixed;
top: calc(0%);
padding: 0 0;
width: 200px;
background-color: rgba(182, 186, 191);
}