hide hashtag when reduce menu

This commit is contained in:
2025-04-08 10:28:34 +04:00
parent 001df081ea
commit a227247f57
+9 -18
View File
@@ -590,28 +590,29 @@ img {
width: calc(100% - 70px);
}
.nav-item span,
.tag-item span,
.category-title span {
.nav-item span {
display: none;
}
.nav-item,
/* Masquer complètement la section Hashtags */
.category-title,
.tag-item {
display: none;
}
.nav-item {
justify-content: center;
padding: 15px 0;
position: relative;
}
.nav-item i,
.tag-item .tag-dot {
.nav-item i {
margin-right: 0;
font-size: 20px;
}
/* Tooltip for compact mode */
.nav-item:hover::after,
.tag-item:hover::after {
.nav-item:hover::after {
content: attr(data-title);
position: absolute;
left: 70px;
@@ -626,16 +627,6 @@ img {
z-index: 100;
}
.category-title {
text-align: center;
padding: 10px 0;
}
.category-title i {
margin: 0 auto;
display: block;
}
.logo {
text-align: center;
padding: 10px 0;