ernestdefoe

The following CSS is what I personally think is quite suitable. You can make modifications based on this.
Last line of code removes the icon on mobile to achieve more display space.

.TagItem {
        width: -webkit-fill-available !important;
        height: auto !important;
    }
.TagItem-infoContainer .TagItem-info {
        max-height: unset !important;
   }
.TagItem-infoContainer {
        height: unset !important;
        width: unset !important;
 }
.TagItem-infoContainer .TagItem-children {
        padding-bottom: 15px!important;
    }


@media (max-width: 767.98px) {
    .TagItem-infoContainer .TagItem-icon {
        display: none!important;
    }
}

    15 days later

    Hello,

    First, I want to congratulate you on such an amazing project! I've been using and testing the theme, and it's truly spectacular. Fabulous work!

    However, I've encountered a bug. When using the hazbin/rank-badges:"*" extension, the ranks displayed on the sidebar need a slight adjustment. Please view the following screenshot for further context.

    Again, amazing work! đź‘Ź

    On mobile for some reason in the hamburger menu where your username should be it’s not showing up on my site. It’s like the color isn’t the same as the other things in that menu.

    3 months later

    Hi, I need to install a custom widget. Now I can't put it in your topic. How can I solve the problem?

    4 months later
    a month later