summaryrefslogtreecommitdiff
path: root/includes/system.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/system.inc')
-rw-r--r--includes/system.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/system.inc b/includes/system.inc
index ae6477c..85b8a9c 100644
--- a/includes/system.inc
+++ b/includes/system.inc
@@ -2,8 +2,8 @@
?>
-<div id="system-banner-container" style="width: 100%;height: 65vh;position: fixed;background-image: url('/assets/uploads/banner-<?= $system ?>.jpg');background-size: cover;background-position: center; top: 0;">
- <div id="system-banner-inner" style="height: 100%;width: 100%;background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);"></div>
+<div id="system-banner-container" style="width: calc(100% - 300px);height: 65vh;position: fixed;background-image: url('/assets/uploads/banner-<?= $system ?>.jpg');background-size: cover;background-position: center; top: 0;">
+ <div id="system-banner-inner" style="height: 100%;width: 100%;background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 50%, rgba(0,0,0,1) 100%);"></div>
</div>
<script>