Spaces:
Runtime error
Runtime error
Commit
·
6e25f2a
1
Parent(s):
cbc215f
update position notification
Browse files- styles.css +3 -3
styles.css
CHANGED
@@ -6,11 +6,11 @@
|
|
6 |
padding: 1.5rem;
|
7 |
}
|
8 |
|
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);
|
16 |
}
|
|
|
6 |
padding: 1.5rem;
|
7 |
}
|
8 |
|
9 |
+
.shiny-notification-panel {
|
10 |
position: fixed;
|
11 |
top: calc(0%);
|
12 |
+
left: calc(50% - 100px);
|
13 |
padding: 10px 10px;
|
14 |
width: 200px;
|
15 |
+
background-color: rgba(182, 186, 191, 1);
|
16 |
}
|