forked from rDrama/rDrama
1
0
Fork 0

Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost

master
Aevann1 2022-08-01 20:03:32 +02:00
commit eca5b5a682
5 changed files with 6 additions and 2 deletions

View File

@ -5516,6 +5516,10 @@ audio, video {
}
}
#header--icon {
height: 33px;
}
#header--username {
padding-left: 5px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -68,7 +68,7 @@
<div class="navbar navbar-expand-md navbar-light" id="navbar">
<div class="container-fluid" style="padding:0;">
<a href="/" class="navbar-brand mr-auto {% if not has_logo and not sub %}flex-grow-1{% endif %}">
<img alt="header icon" height=33 src="{{asset_siteimg('headericon.webp')}}">
<img id="header--icon" alt="header icon" src="{{asset_siteimg('icons-event/juggalo-2022.webp')}}"> {# src="{{asset_siteimg('headericon.webp')}}" #}
</a>
{% if sub %}

View File

@ -1,6 +1,6 @@
{%-
set CACHE_VER = {
'css/main.css': 431,
'css/main.css': 432,
'css/catalog.css': 2,
'css/4chan.css': 61,