minor css fixes

pull/83/head
Aevann 2023-01-01 07:55:16 +02:00
parent c4c3ff95fe
commit 802ce75b2d
6 changed files with 37 additions and 42 deletions

View File

@ -0,0 +1,6 @@
@media (max-width: 767.98px) {
table {
display: inline-block;
overflow: auto;
}
}

View File

@ -6484,45 +6484,6 @@ body > .container {
padding-right: 20px !important;
}
@media (max-width: 767.98px) {
table {
display: inline-block;
overflow: auto;
}
}
.shop-tabs {
padding-top: 50px;
}
@media (max-width: 768px) {
#shop-banner {
width: 80%;
}
.shop-tabs {
padding-top: 30px;
}
}
.shop-tab {
display: inline-flex;
max-width: 46.6%;
letter-spacing: 3px;
border-radius: 0;
}
.shop-tab.active {
background-color: var(--primary) !important;
pointer-events: none !important;
cursor: default !important;
}
.star1 circle {r: 0.5;}
.star2 circle {r: 0.75;}
.star3 circle {r: 1.0;}
.star4 circle {r: 1.2;}
.star5 circle {r: 1.5;}
.emoji2 {
/*background: None!important;*/
width:60px;
@ -6583,3 +6544,23 @@ body > .container {
display: inline-block;
}
}
@media (min-width: 1000px) {
#logo-WPD {
width: 100px;
margin-left: 0.5rem !important;
}
}
@media (min-width: 380px) {
#logo-rDrama {
width: 100px;
margin-left: 0.5rem !important;
}
}
@media (max-width: 768px) {
#livecommit {
font-size: 0.8rem;
}
}

View File

@ -22,6 +22,12 @@
.star4 {animation-duration: 6s;}
.star5 {animation-duration: 8s;}
.star1 circle {r: 0.5;}
.star2 circle {r: 0.75;}
.star3 circle {r: 1.0;}
.star4 circle {r: 1.2;}
.star5 circle {r: 1.5;}
@media (max-width: 767.98px) {
.star {
animation: none;

View File

@ -3,6 +3,8 @@
{% block pagetype %}message{% endblock %}
{% block content %}
<link rel="stylesheet" href="{{('css/admin/badges.css') | asset}}">
{% if error %}{{macros.alert(error, true)}}{% endif %}
{% if msg %}{{macros.alert(msg, false)}}{% endif %}

View File

@ -70,9 +70,9 @@
<div id="logo-container" class="flex-grow-1 logo-container">
<a href="/">
{% if SITE_NAME == 'WPD' and IS_FISTMAS() %}
<img class="ml-1" id="logo" alt="logo" src="{{'icons-fistmas/2022-christmas-logo.webp' | asset_siteimg}}" width="70">
<img class="ml-1" id="logo-{{SITE_NAME}}" alt="logo" src="{{'icons-fistmas/2022-christmas-logo.webp' | asset_siteimg}}" width="70">
{% else %}
<img class="ml-1" id="logo" alt="logo" src="{{'logo.webp' | asset_siteimg}}" width="70">
<img class="ml-1" id="logo-{{SITE_NAME}}" alt="logo" src="{{'logo.webp' | asset_siteimg}}" width="70">
{% endif %}
</a>
</div>

View File

@ -177,7 +177,7 @@
<script defer src="{{'js/fp.js' | asset}}"></script>
{% endif %}
<div class="mt-3">
<div id="livecommit" class="ml-2 mt-3">
Live Commit: <a href="https://fsdfsd.net/rDrama/rDrama/commit/{{gitref[0]}}">{{gitref[0]}}</a>
</div>