diff options
| author | amy <[email protected]> | 2023-07-09 21:07:09 +0000 |
|---|---|---|
| committer | amy <[email protected]> | 2023-07-09 21:07:09 +0000 |
| commit | e67af061d1ce087f31828bffe0f4479d82ba00f5 (patch) | |
| tree | 8dec11b58b25993596e648fdc268b0aab0064e9b /src/display.css | |
| parent | f0a182976b57126033e45caeed836707da4fb774 (diff) | |
uwu
Diffstat (limited to 'src/display.css')
| -rw-r--r-- | src/display.css | 5 |
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 +} |
