1
0
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:
Damillora 2021-03-17 10:47:19 +07:00
parent 6b68cf29f5
commit f301621aa4
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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}}