mirror of
https://github.com/Damillora/Yuika
synced 2024-11-05 02:17:32 +00:00
More attempts for working around scrollbars
This commit is contained in:
parent
6b68cf29f5
commit
f301621aa4
@ -64,7 +64,7 @@ a:hover {
|
||||
@apply flex flex-row flex-grow transition duration-300 ease-in-out;
|
||||
}
|
||||
.site-head a {
|
||||
@apply flex flex-row py-2 items-center transition duration-300 ease-in-out px-4 h-16 inline-block;
|
||||
@apply flex flex-row py-2 items-center transition duration-300 ease-in-out h-16 inline-block px-4;
|
||||
}
|
||||
.site-head a:hover {
|
||||
@apply bg-yuika-blue-500;
|
||||
|
@ -13,16 +13,16 @@
|
||||
<h1 class="text-lg text-white">{{@site.title}}</h1>
|
||||
</a>
|
||||
{{#if @member}}
|
||||
<a href="#/portal/account" class="block flex flex-col text-white">
|
||||
<a href="#/portal/account" class="block flex flex-col text-white px-4">
|
||||
{{@member.email}}
|
||||
</a>
|
||||
{{else}}
|
||||
{{!--
|
||||
<a href="#/portal/account" class="block flex flex-col text-white">
|
||||
<a href="#/portal/account" class="block flex flex-col text-white px-4">
|
||||
Join The Damillora Network
|
||||
</a>
|
||||
--}}
|
||||
<a href="#/portal" class="block flex flex-col text-white px-8">
|
||||
<a href="#/portal" class="block flex flex-col text-white mr-16">
|
||||
Subscribe
|
||||
</a>
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user