adding wrapper, fixing avatar width in nav

This commit is contained in:
Kibi Kelburton 2022-05-21 00:57:31 +02:00
parent edfdd7ebbe
commit 7cc6776773
2 changed files with 17 additions and 2 deletions

View File

@ -733,6 +733,14 @@ html[theme="f0ck95"] span.f0ck::after {
color: teal; color: teal;
} }
html[theme="f0ck95"] #tags .badge > a:first-child {
text-shadow: 1px 1px #8080805e;
}
html[theme="f0ck95"] .badge.badge-greentext.badge-light.mr-2 {
color: #b5bd68;
}
html[theme="f0ck95"] .pagination > span { html[theme="f0ck95"] .pagination > span {
border: 1px dashed grey !important; border: 1px dashed grey !important;
color: black; color: black;
@ -1078,6 +1086,10 @@ html, body {
font-size: 14px; font-size: 14px;
} }
.wrapper {
height: 100%;
}
.noscript-badge { .noscript-badge {
display: block; display: block;
} }
@ -2149,7 +2161,7 @@ div#footbar {
img.avatar { img.avatar {
height: auto; height: auto;
position: relative; position: relative;
width: 24px; width: 28px;
margin: 0; margin: 0;
left: -7px; left: -7px;
top: 0; top: 0;
@ -2216,6 +2228,7 @@ table.table tbody tr:nth-of-type(odd) {
/* tags */ /* tags */
#tags .badge > a:first-child { #tags .badge > a:first-child {
color: inherit !important; color: inherit !important;
text-shadow: 1px 1px black;
} }
/* tooltips */ /* tooltips */

View File

@ -1,3 +1,4 @@
<div class="wrapper">
@include(snippets/header) @include(snippets/header)
<div class="container"> <div class="container">
<div class="_204863"> <div class="_204863">
@ -97,4 +98,5 @@
</span> </span>
</div> </div>
</div> </div>
@include(snippets/footer) @include(snippets/footer)
</div>