mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Minor tweak on splash screen when screen is very small
This commit is contained in:
parent
3c33696452
commit
6c852d93a9
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user