Spaces:
Runtime error
Runtime error
kbberendsen
commited on
Commit
·
90653a5
1
Parent(s):
dec7726
color and position update (notification)
Browse files- styles.css +2 -2
styles.css
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
.shiny-notification {
|
15 |
position:fixed;
|
16 |
top: calc(0%);
|
17 |
-
margin:
|
18 |
width: 200px;
|
19 |
-
background-color: rgba(
|
20 |
}
|
|
|
14 |
.shiny-notification {
|
15 |
position:fixed;
|
16 |
top: calc(0%);
|
17 |
+
margin: auto;
|
18 |
width: 200px;
|
19 |
+
background-color: rgba(182, 186, 191,.9);
|
20 |
}
|