kbberendsen commited on
Commit
2b24ce8
1 Parent(s): 8aff26c

center notification

Browse files
Files changed (1) hide show
  1. styles.css +3 -1
styles.css CHANGED
@@ -7,8 +7,10 @@
7
  }
8
 
9
  .shiny-notification {
 
10
  top: calc(0%);
11
- padding: 0 0;
 
12
  width: 200px;
13
  background-color: rgba(182, 186, 191);
14
  }
 
7
  }
8
 
9
  .shiny-notification {
10
+ position: fixed;
11
  top: calc(0%);
12
+ left: calc(50% - 200px);
13
+ padding: 10px 10px;
14
  width: 200px;
15
  background-color: rgba(182, 186, 191);
16
  }