kbberendsen commited on
Commit
65a2b15
·
1 Parent(s): 05d26a2

position notification

Browse files
Files changed (1) hide show
  1. styles.css +4 -3
styles.css CHANGED
@@ -12,8 +12,9 @@
12
  }
13
 
14
  .shiny-notification {
15
- top: 0;
16
- margin: auto;
 
17
  width: 200px;
18
- background-color: rgba(182, 186, 191,.9);
19
  }
 
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
  }