hide hashtag when reduce menu
This commit is contained in:
+9
-18
@@ -590,28 +590,29 @@ img {
|
|||||||
width: calc(100% - 70px);
|
width: calc(100% - 70px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item span,
|
.nav-item span {
|
||||||
.tag-item span,
|
|
||||||
.category-title span {
|
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item,
|
/* Masquer complètement la section Hashtags */
|
||||||
|
.category-title,
|
||||||
.tag-item {
|
.tag-item {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav-item {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 15px 0;
|
padding: 15px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-item i,
|
.nav-item i {
|
||||||
.tag-item .tag-dot {
|
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Tooltip for compact mode */
|
/* Tooltip for compact mode */
|
||||||
.nav-item:hover::after,
|
.nav-item:hover::after {
|
||||||
.tag-item:hover::after {
|
|
||||||
content: attr(data-title);
|
content: attr(data-title);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 70px;
|
left: 70px;
|
||||||
@@ -626,16 +627,6 @@ img {
|
|||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-title {
|
|
||||||
text-align: center;
|
|
||||||
padding: 10px 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.category-title i {
|
|
||||||
margin: 0 auto;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user