814 Commits

Author SHA1 Message Date
Tetrakern
d59e4417ff Refactor Splide placeholders and loading styles
This is better and doesn't need as much crazy CSS. Also, the naming makes more sense.
2024-10-07 19:47:35 +02:00
Tetrakern
7017aa9845 Fix placeholder arrows for list-style shortcodes 2024-10-07 16:16:01 +02:00
Tetrakern
bd7c3dbb48 Fix vertical card image issue in Safari 2024-10-07 15:41:42 +02:00
Tetrakern
527b2bf7dc Fix Splide CSS and account for arrow placeholders 2024-10-07 15:23:10 +02:00
Tetrakern
0cbecd5e71 Add function and filter for Splide arrows 2024-10-07 14:15:08 +02:00
Tetrakern
8ed224ba02 Update Splide placeholder base
Requires further updates.
2024-10-06 23:53:02 +02:00
Tetrakern
073b6b2302 Improve post-list Elementor fix 2024-10-05 03:41:34 +02:00
Tetrakern
4313f8d46c Use text-decoration underline for link styles 2024-10-04 20:31:15 +02:00
Tetrakern
bd217da0b6 Add link style to modals 2024-10-04 18:12:31 +02:00
Tetrakern
c86b95d198 Hide modal tooltip underline in print view 2024-10-04 13:36:25 +02:00
Tetrakern
6b89858086 Small update for tooltip modal 2024-10-03 21:35:48 +02:00
Tetrakern
d5aed750ce Fix post lists for Elementor 2024-10-02 21:03:04 +02:00
Tetrakern
7ab1f70a0d Update modal spacing 2024-10-01 21:47:11 +02:00
Tetrakern
6ba85c9f3e Update modal close button CSS 2024-10-01 15:44:36 +02:00
Tetrakern
2a5a66b639 Fix Chromium render bug (for real this time, probably)
sdfgfngdrwqeghrwtsegsdfasdefgerht
2024-09-24 22:32:54 +02:00
Tetrakern
f801bb676e Make tag padding adaptive to border-radius 2024-09-23 18:46:31 +02:00
Tetrakern
b0f85976a1 Fix Jetpack comment reply style 2024-09-23 12:21:55 +02:00
Tetrakern
f8d22b800e Add spacing between comment title and form 2024-09-23 12:01:40 +02:00
Tetrakern
f53b281809 Update space between comment author and badge
Because some HTML minifiers remove the space.
2024-09-23 11:53:21 +02:00
Tetrakern
64f9a54ba0 Fix inconsistency in comment badge spacing 2024-09-21 23:03:03 +02:00
Tetrakern
3d7aa57e8e update comment header 2024-09-21 22:58:50 +02:00
Tetrakern
ab01260871 Fix display bugs in Safari 2024-09-21 19:28:24 +02:00
Tetrakern
4c57df693a Set top/wide header logo max width to 100% 2024-09-21 09:28:43 +02:00
Tetrakern
081f710991 Increases litRPG box shadow from xs to s
Was a bit too thin in some cases.
2024-09-20 15:22:31 +02:00
Tetrakern
5dbcec6b7f Rearranged SCSS for future updates 2024-09-20 15:21:41 +02:00
Tetrakern
63baa68a1a Reenforce paragraph font size in content
Deals with some plugins.
2024-09-19 12:55:35 +02:00
Tetrakern
ce7ba30069 Reenforce the hidden attribute on elements
Apparently, some plugin CSS files take some liberties they should not.
2024-09-19 12:31:41 +02:00
Tetrakern
e131e950b4 Update navigation style 2024-09-19 09:16:35 +02:00
Tetrakern
65d64c7b83 Add additional chapter bulk edit fields 2024-09-16 23:50:07 +02:00
Tetrakern
e535c99bb3 Fixed chapter list folding button edge case
For very long chapter list, the button would just not be rendered in Chrome. This is a browser bug. Hopefully, keeping it as grid will get around the issue.
2024-09-12 11:18:34 +02:00
Tetrakern
2461d3813d Fix hiding covers setting not working on lists 2024-09-11 10:03:48 +02:00
Tetrakern
2850e07121 Improve card info overlay boxes 2024-09-09 13:45:29 +02:00
Tetrakern
9ec31c3507 Change modal/dialog outer border radius back, set limit 2024-09-09 03:18:15 +02:00
Tetrakern
2ca1f18c49 Add --input-border-radius property and update checkboxes 2024-09-08 23:21:21 +02:00
Tetrakern
5a47e2278c Change modal/dialog outer border radius to small 2024-09-08 23:10:58 +02:00
Tetrakern
177f7e1944 Add additional stacked card style rotation steps 2024-09-08 19:04:26 +02:00
Tetrakern
1a4ca6bcd5 Fix article block splide padding edge case 2024-09-06 23:47:06 +02:00
Tetrakern
60f1cc9f46 Slightly increase h1 and h2 upper font sizes 2024-09-06 23:03:07 +02:00
Tetrakern
802c8e30c4 Use scrim gradient for showcase caption background 2024-09-06 21:32:15 +02:00
Tetrakern
8feee22a99 Add width param to showcase shortcode 2024-09-06 13:16:01 +02:00
Tetrakern
a39a4ceb9b Add Splide
commit e76d41be04166ad5a9a1a17d327a9b47d46149f7
Merge: 9490b992 48b6cf37
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Fri Sep 6 01:26:29 2024 +0200

    Merge branch 'main' into splide

commit 9490b9925ff2ff78f3057a2762aa41aa61028a68
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Fri Sep 6 00:02:52 2024 +0200

    Add height and aspect_ratio params to showcase

commit 8043e35abb95d04192ba5a9399480a37db647b27
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Thu Sep 5 23:02:12 2024 +0200

    Add Splide to showcase shortcode

commit bc7344d3a89eea93a0727b88c7d7998a2f73b54b
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Thu Sep 5 22:52:26 2024 +0200

    Start documentation

commit 3e3183e5ec3da66c585f022af1214b3690ad84f6
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Thu Sep 5 22:13:41 2024 +0200

    Add option to enable Splide globally

commit 60935c24e647889beab8b158bb50aa1f4948e4da
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Thu Sep 5 20:48:44 2024 +0200

    Elementor compatibility

commit 1f7c0ca40289597af0b6a250c62ed22621a9668a
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Thu Sep 5 20:39:08 2024 +0200

    Optimize Splide for paginated article cards

commit 911c0f6f20d0c3a5bddda280618064eb1309ac5f
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Thu Sep 5 20:24:52 2024 +0200

    Turn off arrows by default

commit 567205b42031b9e075060c208d1fb93507c7acfa
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Thu Sep 5 14:05:46 2024 +0200

    Move SCSS to own file

commit 5a91f1dcf0982a78e22362262d4b982784cfdd21
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Thu Sep 5 13:57:22 2024 +0200

    Update style

commit e3c920ab33c5d6065fd7b8a7f2211d8809630df3
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Thu Sep 5 11:58:52 2024 +0200

    Add Splide to other shortcodes

commit 7c2275a0c336e7ca7072165d633dd3fbc8a19524
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Thu Sep 5 11:55:39 2024 +0200

    Update style

commit 68bff5aef85af82f1a844de293f443172a5e5d1e
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Wed Sep 4 19:16:55 2024 +0200

    Improve error handling of invalid JSON

commit ce9159425a6d6674cdef7d8f356724c79db3130b
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Wed Sep 4 19:05:01 2024 +0200

    Improve Splide loading and initialization

commit 263848a53ddfb77980f88b5b5f973311d792e712
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Wed Sep 4 16:39:18 2024 +0200

    Improve JSON preparation

commit 8c39131008a50119bd8666b558f01354140c0b00
Merge: d4373db4 57638cdc
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Wed Sep 4 14:19:28 2024 +0200

    Merge branch 'main' into splide

commit d4373db473e80b05c52565f25ba13034eb81d648
Author: Tetrakern <26898880+Tetrakern@users.noreply.github.com>
Date:   Wed Sep 4 13:48:00 2024 +0200

    Prototype
2024-09-06 01:27:15 +02:00
Tetrakern
6d181dc9fb Remove text-align justify from obscured chapter card previews 2024-09-02 11:05:04 +02:00
Tetrakern
20d8d1e609 Update index pseudo-separator 2024-09-02 01:23:37 +02:00
Tetrakern
86442b5624 Fix overflow issue with search tokens 2024-09-01 03:29:34 +02:00
Tetrakern
eddd89060c Revert z-index of navigation
This caused too many problems.
2024-09-01 02:16:58 +02:00
Tetrakern
5c8ff5fd02 Fix z-index issues with navigation 2024-08-31 14:05:22 +02:00
Tetrakern
251b3c9675 Fix nav + sof z-index issue 2024-08-30 17:55:57 +02:00
Tetrakern
458548b2d2 Style WP search block
Forgot that is a thing.
2024-08-28 11:45:12 +02:00
Tetrakern
7f89194363 Add style for helper modal images 2024-08-27 12:41:02 +02:00
Tetrakern
fabceeb2a9 Optimize card info box mask for tag pills 2024-08-24 01:42:49 +02:00