remotes/1693045480750635534/spooky-22
Aevann1 2022-01-02 17:09:28 +02:00
parent 7b597dd3c4
commit 87046fd10a
5 changed files with 10 additions and 6 deletions

View File

@ -57,7 +57,7 @@
<span class="text-black">coins</span> <span class="text-black">coins</span>
</span> </span>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
<a {% if v and v.newtab and not g.webview %}target="_blank"{% endif %} class="pop-viewmore ml-auto text-decoration-none"> <a href="/" {% if v and v.newtab and not g.webview %}target="_blank"{% endif %} class="pop-viewmore ml-auto text-decoration-none">
View View
<i class="fas fa-arrow-right fa-sm px-1"></i> <i class="fas fa-arrow-right fa-sm px-1"></i>
</a> </a>

View File

@ -4,11 +4,11 @@
<div class="modal-body text-center p-0"> <div class="modal-body text-center p-0">
<div class="d-inline-block position-relative"> <div class="d-inline-block position-relative">
<a rel="nofollow noopener noreferrer" target="_blank" id="desktop-expanded-image-wrap-link"> <a href="/" rel="nofollow noopener noreferrer" target="_blank" id="desktop-expanded-image-wrap-link">
<img loading="lazy" alt="expanded image" src="" class="img-fluid rounded" id="desktop-expanded-image" style="min-width: 250px;"> <img loading="lazy" alt="expanded image" src="" class="img-fluid rounded" id="desktop-expanded-image" style="min-width: 250px;">
</a> </a>
<div class="position-absolute d-flex justify-content-between align-items-center w-100 mt-1"> <div class="position-absolute d-flex justify-content-between align-items-center w-100 mt-1">
<a rel="nofollow noopener noreferrer" target="_blank" class="text-gray-500 font-weight-bold text-left" id="desktop-expanded-image-link">View original</a> <a href="/" rel="nofollow noopener noreferrer" target="_blank" class="text-gray-500 font-weight-bold text-left" id="desktop-expanded-image-link">View original</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -8,9 +8,9 @@
<div class="container-fluid" style="padding:0;"> <div class="container-fluid" style="padding:0;">
<div class="flex-grow-1"> <div class="flex-grow-1">
<a href="/" class="navbar-brand mr-auto"> <a href="/" class="navbar-brand mr-auto">
<img alt="header icon" loading="lazy" height="30" src="/static/assets/images/{{'SITE_NAME' | app_config}}/headericon.webp?a=7"> <img alt="header icon" height=30 width=25 loading="lazy" src="/static/assets/images/{{'SITE_NAME' | app_config}}/headericon.webp?a=7">
{% if request.host != 'pcmemes.net' %} {% if request.host != 'pcmemes.net' %}
<img alt="logo" loading="lazy" src="/static/assets/images/{{'SITE_NAME' | app_config}}/logo.webp?a=3" height="20"> <img alt="logo" loading="lazy" src="/static/assets/images/{{'SITE_NAME' | app_config}}/logo.webp?a=3" height=20 width=77>
{% endif %} {% endif %}
</a> </a>
</div> </div>

View File

@ -22,10 +22,12 @@
} }
.sealimg { .sealimg {
width: 100px; width: 100px;
height: 89.5px;
} }
@media (max-width: 992px) { @media (max-width: 992px) {
.sealimg { .sealimg {
width: 30px; width: 30px;
height: 27px;
} }
} }
</style> </style>
@ -69,10 +71,12 @@
} }
.trainimg { .trainimg {
width: 100px; width: 100px;
height: 51px;
} }
@media (max-width: 992px) { @media (max-width: 992px) {
.trainimg { .trainimg {
width: 40px; width: 40px;
height: 20px;
} }
} }
.train1 { .train1 {

View File

@ -52,7 +52,7 @@
<span class="text-black">coins</span> <span class="text-black">coins</span>
</span> </span>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;
<a {% if v and v.newtab and not g.webview %}target="_blank"{% endif %} class="pop-viewmore ml-auto text-decoration-none"> <a href="/" {% if v and v.newtab and not g.webview %}target="_blank"{% endif %} class="pop-viewmore ml-auto text-decoration-none">
View View
<i class="fas fa-arrow-right fa-sm px-1"></i> <i class="fas fa-arrow-right fa-sm px-1"></i>
</a> </a>