forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-05-02 21:10:49 +02:00
parent 8b24faf9fd
commit 93ab0a1365
1 changed files with 9 additions and 5 deletions

View File

@ -34,12 +34,16 @@
<a href="/h/{{sub.name}}" class="font-weight-bold ml-1 flex-grow-1 mt-1" style="font-size:max(14px,1.2vw)">/h/{{sub.name}}</a>
{% elif SITE_NAME not in ('PCM','WPD') %}
<style>
@media (min-width: 768px) {
#logo {
width: 120px;
margin-left: 0.5rem !important;
{% if g.webview %}
@media (min-width: 450px) {
{% else %}
@media (min-width: 380px) {
#logo {
width: 100px;
margin-left: 0.5rem !important;
}
}
}
{% endif %}
</style>
<a href="/" class="flex-grow-1">
<img class="ml-1" id="logo" alt="logo" src="/assets/images/{{SITE_NAME}}/logo.webp?v=1013" width=70>