-
Notifications
You must be signed in to change notification settings - Fork 0
Several style improvements #111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
a14aa70
95914b3
88acd7c
352e81e
8d77a4c
9330385
1a04bb8
5be72a7
9bd7769
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -129,6 +129,10 @@ | |
| .fs-wrap { | ||
| @apply min-w-full; | ||
|
|
||
| &.fs-open .fs-label-wrap { | ||
| @apply rounded-b-none; | ||
| } | ||
|
Comment on lines
+132
to
+134
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Deze aanpassing lost dit issue op: #104 |
||
|
|
||
| .fs-label-wrap { | ||
| @apply is-select; | ||
|
|
||
|
|
@@ -240,4 +244,4 @@ dialog .facetwp-type-date_range { | |
| @apply right-0! left-auto!; | ||
| } | ||
| } | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,29 +10,3 @@ | |
| } | ||
| } | ||
| } | ||
|
|
||
| .footer-menu { | ||
| .menu-item { | ||
| @apply text-sm; | ||
|
|
||
| &::before { | ||
| @apply mr-3 content-['|']; | ||
| } | ||
|
|
||
| &:first-child::before { | ||
| @apply content-none; | ||
| } | ||
|
|
||
| a { | ||
| @apply text-black no-underline; | ||
|
|
||
| @variant hocus { | ||
| @apply underline; | ||
| } | ||
| } | ||
| } | ||
| } | ||
|
|
||
| .cky-banner-element + .footer-menu .menu-item:first-child::before { | ||
| @apply content-['|']; | ||
| } | ||
|
Comment on lines
-13
to
-38
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. was dit code van het oude widgets footer menu?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dit was voordat we navi gebruikte |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,32 +8,32 @@ | |
| </head> | ||
|
|
||
| <body <?php body_class(); ?>> | ||
| <?php wp_body_open(); ?> | ||
| <?php do_action('get_header'); ?> | ||
|
|
||
| <div id="app" class="flex min-h-screen flex-col overflow-x-clip"> | ||
| <a class="is-button on-focus-visible focus:fixed! focus:left-4! focus:top-4!" href="#main"> | ||
| {{ __('Skip to content') }} | ||
| </a> | ||
|
|
||
| @include('sections.header') | ||
|
|
||
| <main id="main" class="main is-main-content create-main-content-alignment mt-(--combined-bar-height) flex-auto"> | ||
| @if (post_password_required()) | ||
| @php(the_content()) | ||
| @else | ||
| <x-brave-breadcrumb class="container py-3 text-sm" listClass="align-items-center flex flex-wrap" | ||
| itemClass="not-last:after:content-['|'] after:mx-2 text-gray-500" | ||
| linkClass="inline-block text-black no-underline hocus:text-primary focus:underline" /> | ||
| {{ $slot }} | ||
| @endif | ||
| </main> | ||
|
|
||
| @include('sections.footer') | ||
| </div> | ||
|
|
||
| <?php do_action('get_footer'); ?> | ||
| <?php wp_footer(); ?> | ||
| <?php wp_body_open(); ?> | ||
| <?php do_action('get_header'); ?> | ||
|
|
||
| <div id="app" class="flex min-h-screen flex-col overflow-x-clip"> | ||
| <a class="is-button on-focus-visible focus:fixed! focus:left-4! focus:top-4!" href="#main"> | ||
| {{ __('Skip to content') }} | ||
| </a> | ||
|
|
||
| @include('sections.header') | ||
|
|
||
| <main id="main" class="main is-main-content create-main-content-alignment mt-(--combined-bar-height) flex-auto"> | ||
| @if (post_password_required()) | ||
| @php(the_content()) | ||
| @else | ||
| <x-brave-breadcrumb class="container py-3 text-sm" listClass="items-center flex flex-wrap" | ||
| itemClass="flex not-last:after:content-['|'] after:mx-2 text-gray-500 [&>span]:block [&>span]:max-w-[200px] [&>span]:overflow-hidden [&>span]:text-ellipsis [&>span]:whitespace-nowrap" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. wow ik wist niet dat je [&>] kon gebruiken in tailwind??? wat vet. heb het nog niet eerder nodig gehad. |
||
| linkClass="inline-block text-black no-underline hocus:text-primary hocus:underline" /> | ||
| {{ $slot }} | ||
| @endif | ||
| </main> | ||
|
|
||
| @include('sections.footer') | ||
| </div> | ||
|
|
||
| <?php do_action('get_footer'); ?> | ||
| <?php wp_footer(); ?> | ||
| </body> | ||
|
|
||
| </html> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah nice met de length: