Remove duplicate link in mobile header
This commit is contained in:
parent
fd60297ae2
commit
1151e9cdde
1 changed files with 2 additions and 4 deletions
|
@ -14,16 +14,14 @@ SunLight
|
||||||
|
|
||||||
---
|
---
|
||||||
<mobilebar>
|
<mobilebar>
|
||||||
|
<p style="padding-left: 24px;">{MobileTitle}</p>
|
||||||
<div class="mobile-popup-menu">
|
<div class="mobile-popup-menu">
|
||||||
<a class="header-link-item" href="/blog/">Blog</a>
|
<a class="header-link-item" href="/blog/">Blog</a>
|
||||||
<a class="header-link-item" href="https://ark.sudovanilla.org/">Ark</a>
|
<a class="header-link-item" href="https://ark.sudovanilla.org/">Ark</a>
|
||||||
<a class="header-link-item" href="/instances/">Instances</a>
|
<a class="header-link-item" href="/instances/">Instances</a>
|
||||||
<a class="header-link-item special" href="/donate/">Donate</a>
|
|
||||||
<a class="header-link-item" href="/donate/">Donate</a>
|
<a class="header-link-item" href="/donate/">Donate</a>
|
||||||
<a class="header-link-item" href="https://status.sudovanilla.org/">Status</a>
|
<a class="header-link-item" href="https://status.sudovanilla.org/">Status</a>
|
||||||
</div>
|
</div>
|
||||||
<a href="/"><SudoVanilla OnlyLogo WithLogo /></a>
|
|
||||||
<p>{MobileTitle}</p>
|
|
||||||
<div style="display: flex; align-items: center;">
|
<div style="display: flex; align-items: center;">
|
||||||
<button id="toggle-da-theme" data-color-mode-switch style="display: none;"></button>
|
<button id="toggle-da-theme" data-color-mode-switch style="display: none;"></button>
|
||||||
<button onclick="document.querySelector('#toggle-da-theme').click()" data-color-mode-switch class="theme-toggle-button theme-is-light"><SunLight/></button>
|
<button onclick="document.querySelector('#toggle-da-theme').click()" data-color-mode-switch class="theme-toggle-button theme-is-light"><SunLight/></button>
|
||||||
|
@ -152,7 +150,7 @@ mobilebar {
|
||||||
top: 0px;
|
top: 0px;
|
||||||
max-width: 1200px;
|
max-width: 1200px;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 100%;
|
width: calc(100% - 52px);
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
.header-content {
|
.header-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in a new issue