minor css fixes for body padding

pull/142/head
Aevann 2023-03-16 06:50:38 +02:00
parent 31820a708d
commit 41dee355c6
2 changed files with 15 additions and 4 deletions

View File

@ -5749,7 +5749,7 @@ img[src="/i/hand.webp"]+img[glow]:not([data-src]) {
font-weight: bold;
white-space: nowrap;
color: white;
font-size: min(3vw,16px);
font-size: 14px;
}
.srd *, .srd a:hover {
color: white;
@ -7152,12 +7152,12 @@ input[type=number] {
}
.has_header {
padding-top: 85.75px !important
padding-top: 88.73px !important
}
@media (max-width: 767.98px) {
.has_header {
padding-top: 74.55px !important
padding-top: 71.55px !important
}
}
@ -7227,3 +7227,14 @@ input[type=number] {
button, .btn {
text-decoration: none !important;
}
#userpage > .container {
padding-left: 0 !important;
padding-right: 0 !important;
}
@media (min-width: 767.98px) {
.srd {
font-size: 18px;
}
}

View File

@ -269,7 +269,7 @@
<div class="row">
<div class="col px-0">
<a rel="nofollow noopener" href="{{u.banner_url}}">
<img loading="lazy" alt="@{{u.username}}'s banner" data-nonce="{{g.nonce}}" data-onclick="expandImage()" src="{{u.banner_url}}" width=100% style="object-fit:cover;max-height:30vh!important">
<img loading="lazy" alt="@{{u.username}}'s banner" data-nonce="{{g.nonce}}" data-onclick="expandImage()" src="{{u.banner_url}}" width=100% style="object-fit:cover">
</a>
</div>
</div>