Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
•
125526f
1
Parent(s):
8a3e252
add padding to main content
Browse files- styles.css +7 -4
styles.css
CHANGED
@@ -2,10 +2,13 @@
|
|
2 |
display: flex;
|
3 |
flex-direction: column;
|
4 |
padding: 1.5rem;
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
9 |
}
|
10 |
|
11 |
.shiny-notification {
|
|
|
2 |
display: flex;
|
3 |
flex-direction: column;
|
4 |
padding: 1.5rem;
|
5 |
+
}
|
6 |
+
|
7 |
+
.bslib-sidebar-layout>.main {
|
8 |
+
grid-column: 2 / 3;
|
9 |
+
border-top-left-radius: 0;
|
10 |
+
border-bottom-left-radius: 0;
|
11 |
+
padding: 1.5rem;
|
12 |
}
|
13 |
|
14 |
.shiny-notification {
|