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

center notification

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