Spaces:
Running
Running
Commit
•
e74bd6b
1
Parent(s):
b1d8a4c
easier to click x
Browse files- viewer/static/global.css +5 -0
viewer/static/global.css
CHANGED
@@ -32,9 +32,14 @@ body {
|
|
32 |
}
|
33 |
|
34 |
.exit-button {
|
|
|
|
|
|
|
35 |
position: absolute;
|
36 |
top: 10px;
|
37 |
right: 16px;
|
|
|
|
|
38 |
color: #aaa;
|
39 |
font-size: 24px;
|
40 |
cursor: pointer;
|
|
|
32 |
}
|
33 |
|
34 |
.exit-button {
|
35 |
+
display: flex;
|
36 |
+
justify-content: center;
|
37 |
+
align-items: center;
|
38 |
position: absolute;
|
39 |
top: 10px;
|
40 |
right: 16px;
|
41 |
+
width: 36px;
|
42 |
+
height: 36px;
|
43 |
color: #aaa;
|
44 |
font-size: 24px;
|
45 |
cursor: pointer;
|