kbberendsen commited on
Commit
8e2f8f0
1 Parent(s): f5a94af

padding notification

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