fix burger menu icon
This commit is contained in:
+10
-5
@@ -603,10 +603,9 @@ img {
|
|||||||
border: none;
|
border: none;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: fixed;
|
position: relative;
|
||||||
top: 15px;
|
|
||||||
right: 15px;
|
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mobile-menu {
|
.mobile-menu {
|
||||||
@@ -709,17 +708,23 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
padding: 10px;
|
padding: 10px 15px;
|
||||||
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-container {
|
.search-container {
|
||||||
max-width: 100%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icons {
|
.social-icons {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.action-icons {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
.hero-mastodon-wrapper {
|
.hero-mastodon-wrapper {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -92,6 +92,9 @@
|
|||||||
<div class="action-icons">
|
<div class="action-icons">
|
||||||
<a href="#" class="icon-button"><i class="fas fa-film"></i></a>
|
<a href="#" class="icon-button"><i class="fas fa-film"></i></a>
|
||||||
<button class="dark-mode-toggle"><i class="fas fa-moon"></i></button>
|
<button class="dark-mode-toggle"><i class="fas fa-moon"></i></button>
|
||||||
|
<button class="mobile-menu-toggle">
|
||||||
|
<i class="fas fa-bars"></i>
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -352,10 +355,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Menu mobile (masqué par défaut) -->
|
<!-- Menu mobile (masqué par défaut) -->
|
||||||
<button class="mobile-menu-toggle">
|
|
||||||
<i class="fas fa-bars"></i>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<div class="mobile-menu">
|
<div class="mobile-menu">
|
||||||
<button class="mobile-menu-close">
|
<button class="mobile-menu-close">
|
||||||
<i class="fas fa-times"></i>
|
<i class="fas fa-times"></i>
|
||||||
|
|||||||
Reference in New Issue
Block a user