Skip to content

Commit

Permalink
Fix display awards in drawer on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
aXenDeveloper committed Mar 20, 2023
1 parent 6e73c8c commit 92d44cc
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Dynamic Theme 1.4.0.xml → Dynamic Theme 1.4.1.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<theme name="Dynamic Theme" easy_mode="0" editor_skin="ips" author_name="aXenDev" author_url="https://axendev.net/" version="1.4.0" long_version="10013" update_check="https://files.axendev.net/projects/ips/themes/dynamic/check.php">
<theme name="Dynamic Theme" easy_mode="0" editor_skin="ips" author_name="aXenDev" author_url="https://axendev.net/" version="1.4.1" long_version="10014" update_check="https://files.axendev.net/projects/ips/themes/dynamic/check.php">
<header><![CDATA[]]></header>
<footer><![CDATA[]]></footer>
<app key="core" version="107644">
Expand Down Expand Up @@ -1198,6 +1198,14 @@ html[dir="rtl"] .ipsDataItem_subList {

.cNexusSupportMessage_m .cNexusSupportMessage_author, .cNexusSupportMessage_a .cNexusSupportMessage_author {
background: rgb( var(--theme-area_background) );
}

/* ===== Drawer ===== */
@media screen and (max-width: 979px) {
.elMobileDrawer__rank {
position: sticky;
width: auto;
}
}]]></css>
<css css_location="front" css_attributes="" css_path="custom" css_name="axenarticle.css"><![CDATA[.aXenArticle_img {
height: 230px;
Expand Down

0 comments on commit 92d44cc

Please sign in to comment.