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