Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
40cb146
1
Parent(s):
65a2b15
update positions
Browse files- styles.css +5 -9
styles.css
CHANGED
@@ -1,20 +1,16 @@
|
|
1 |
.bslib-sidebar-layout>.sidebar>.sidebar-content {
|
2 |
-
display: flex;
|
3 |
-
flex-direction: column;
|
4 |
padding: 1.5rem;
|
5 |
}
|
6 |
|
7 |
.bslib-sidebar-layout>.main {
|
8 |
-
|
9 |
-
border-top-left-radius: 0;
|
10 |
-
border-bottom-left-radius: 0;
|
11 |
-
padding: 1.5rem;
|
12 |
}
|
13 |
|
14 |
.shiny-notification {
|
15 |
-
|
|
|
16 |
margin-left: auto;
|
17 |
margin-right: auto;
|
18 |
-
width:
|
19 |
-
background-color: rgba(182, 186, 191
|
20 |
}
|
|
|
1 |
.bslib-sidebar-layout>.sidebar>.sidebar-content {
|
|
|
|
|
2 |
padding: 1.5rem;
|
3 |
}
|
4 |
|
5 |
.bslib-sidebar-layout>.main {
|
6 |
+
padding: 1.5rem;
|
|
|
|
|
|
|
7 |
}
|
8 |
|
9 |
.shiny-notification {
|
10 |
+
position:
|
11 |
+
top: 0%;
|
12 |
margin-left: auto;
|
13 |
margin-right: auto;
|
14 |
+
width: 10%;
|
15 |
+
background-color: rgba(182, 186, 191);
|
16 |
}
|