Merge branch 'fix/ios-being-dumb' into 'main'
IOS is dumb, fixing issues See merge request Firq/fgosite!4
This commit is contained in:
commit
4e5b7fd2b5
2 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
<ul class="desktop">
|
||||
<slot />
|
||||
</ul>
|
||||
<button class="mobile" aria-label="Navigation Button">
|
||||
<button class="mobile" aria-label="Navigation Button" tabindex="0" onclick="this.focus()">
|
||||
<ul>
|
||||
<slot />
|
||||
</ul>
|
||||
|
@ -80,12 +80,13 @@
|
|||
}
|
||||
|
||||
.mobile > i {
|
||||
position: static;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
font-size: 2em;
|
||||
align-self: flex-start;
|
||||
padding-right: 1em;
|
||||
padding-top: 16px;
|
||||
padding-top: 1.15rem;
|
||||
}
|
||||
|
||||
.mobile > ul {
|
||||
|
|
|
@ -26,6 +26,7 @@ const fulllink = `/${slug}`
|
|||
rel="noopener noreferrer"
|
||||
aria-label={text}
|
||||
class={currPage}
|
||||
tabindex="0"
|
||||
>
|
||||
<i class={icon}></i>
|
||||
{text}
|
||||
|
|
Loading…
Reference in a new issue