Minor tweak on splash screen when screen is very small

This commit is contained in:
Pax1601 2023-11-29 11:06:31 +01:00
parent 3c33696452
commit 6c852d93a9
2 changed files with 9 additions and 4 deletions

View File

@ -777,6 +777,7 @@ nav.ol-panel> :last-child {
width: 70%;
max-width: 1200px;
z-index: 999999;
min-width: 500px;
}
@media (min-width: 1700px) {
@ -842,7 +843,11 @@ nav.ol-panel> :last-child {
}
#splash-content #legal-stuff {
width: 100%;
width: 120%;
text-wrap: wrap;
max-height: 250px;
overflow-x: hidden;
padding-right: 10px;
}
#splash-content #legal-stuff h5 {
@ -852,11 +857,11 @@ nav.ol-panel> :last-child {
#splash-content #legal-stuff p {
color: #FFF7;
font-size: 10px;
width: 120%;
width: 100%;
}
@media (max-width: 1700px) {
#splash-content #legal-stuff p {
#splash-content #legal-stuff {
width: 100%;
}
}

View File

@ -14,7 +14,7 @@
<h5 id="login-status"><br></h5>
<div id="legal-stuff">
<div id="legal-stuff" class="ol-scrollable">
<h5>DISCLAIMER</h5>
<p>
Copyright (C) 2023 Veltro & Gang