aboutsummaryrefslogtreecommitdiff
path: root/src/display.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/display.css')
-rw-r--r--src/display.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/display.css b/src/display.css
index 2c39ac3..be84cbc 100644
--- a/src/display.css
+++ b/src/display.css
@@ -11,7 +11,8 @@
}
.window {
- width: 56%;
+ box-shadow: 0px 0 5px 0 darkgray;
+ width: 56%;
max-width: inherit;
height: 30%;
max-height: inherit;
@@ -363,4 +364,4 @@
background-color: #bbb;
z-index:3;
user-select: none;
-} \ No newline at end of file
+}