kbberendsen commited on
Commit
40cb146
1 Parent(s): 65a2b15

update positions

Browse files
Files changed (1) hide show
  1. 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
- 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 {
15
- top: 0px;
 
16
  margin-left: auto;
17
  margin-right: auto;
18
- width: 200px;
19
- background-color: rgba(182, 186, 191, .9);
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
  }