f
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 13s

This commit is contained in:
x 2025-03-09 03:36:52 +01:00
parent 4416867ffe
commit ad6027ab20
2 changed files with 25 additions and 3 deletions

View File

@ -13,9 +13,30 @@
.metadata {
grid-template-columns: 0.4fr auto 0.4fr;
grid-template-rows: auto 1fr;
background-color: transparent;
border: none;
}
.steuerung {
font-size:xx-large;
font-family: monospace;
}
.steuerung a {
color: white;
}
.blahlol {
grid-column: 2;
}
span#favs {
background: transparent !important;
border: none !important;
}
.badge-dark, #themeselector {
background-color: unset;
border: unset;
}

View File

@ -5,10 +5,9 @@
<div class="container">
<div class="_204863">
<div class="imageDoor">
<img src="" alt="" />
</div>
<div class="gapLeft">
<span class="populateME"><b></b><a href="#" class="id-link">{{ item.id }}</a></span>
</div>
@if(session)
<div class="gapRight">
@ -81,7 +80,8 @@
@endif
</div>
</div>
<span class="badge badge-dark">
<div class="blahlol">
<span class="badge badge-dark">
<a href="/{{ item.id }}" class="id-link">{{ item.id }}</a>
@if(session)
(<a id="a_username" href="/user/{{ user.name.toLowerCase() }}/f0cks@if(tmp.mime)/{{ tmp.mime }}@endif">{{ user.name }}</a>)
@ -118,6 +118,7 @@
@endeach
@endif
</span>
</div>
</div>
</div>
</div>