Merge remote-tracking branch 'origin/dev'

This commit is contained in:
schrumpel 2022-05-20 22:57:54 +00:00
commit 757c5aa4b4
2 changed files with 17 additions and 2 deletions

View File

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

View File

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