diff options
Diffstat (limited to 'static/app.css')
| -rw-r--r-- | static/app.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/app.css b/static/app.css index 438635f..b5ff52a 100644 --- a/static/app.css +++ b/static/app.css @@ -109,11 +109,16 @@ a:not(.icon):hover::after { box-shadow: 0px 0px 15px 2px #410f5e; } +.pane img { + width: 100%; +} + input { background-color: rgba(255, 255, 255, 0.8); } .video { + width: 100% !important; background-color: rgba(0, 0, 0, 1.0); } |
