78 Commits

Author SHA1 Message Date
Tetrakern
d59bd78d61 Add help text to search keyword tracks
Uses :has which is not yet completely safe but this should do well in the near future. If not supported, the note just won't show up, no harm done.
2023-03-11 23:19:47 +01:00
Tetrakern
105d61b11d Fix spacing in search form shortcode
Yes, I used !important, sue me!
2023-03-11 22:59:43 +01:00
Tetrakern
5a5fe680b9 Update pagination of blog shortcode 2023-03-10 17:47:23 +01:00
Tetrakern
c2e0983212 Fix blog shortcode 2023-03-10 15:53:34 +01:00
Tetrakern
95f691a500 Update empty post result style and text 2023-03-10 15:19:54 +01:00
Tetrakern
f250f9baae Changed header HTML/CSS
This removes the 100vw for the header background image, which should resolve issues with unwanted horizontal scrollbars in Firefox.
2023-03-08 10:36:53 +01:00
Tetrakern
4e2bddc27b Improve wrapping of extremely long words
Because apparently this is something writers do. Dubious, but okay.
2023-03-08 02:55:15 +01:00
Tetrakern
c5856bd1a7 Match latest posts style to blog posts 2023-03-08 01:24:32 +01:00
Tetrakern
0716f6e05d Add fcn prefix to contact form HTML/CSS
To prevent collisions.
2023-03-07 23:22:38 +01:00
Tetrakern
4402bb7e84 Prevent possible horizontal overflow issues
This should not conflict with anything, hopefully.
2023-03-07 22:44:08 +01:00
Tetrakern
c1a93ad0b8 Change CSS font variable names to --ff-*
Because apparently Jetpack just hogs "--font-base" and unsets it, breaking the theme.
2023-02-28 14:04:57 +01:00
Tetrakern
7307fe1a7f Better account for checkmarks in chapter grid view 2023-02-26 17:58:06 +01:00
Tetrakern
694bf3d9fa Refactored subrows in chapter lists 2023-02-26 17:14:56 +01:00
Tetrakern
d35fca8ef1 Fixed light mode font-weight inconsistency 2023-02-24 11:43:44 +01:00
Tetrakern
e7dc0be831 Add Crimson Text font 2023-02-23 11:39:39 +01:00
Tetrakern
5758dcde25 Added loading spinner to lightbox 2023-02-21 09:45:18 +01:00
Tetrakern
4d009961eb Update BBCode tutorial modal 2023-02-16 22:40:11 +01:00
Tetrakern
2cacb9b541 Fix comment mod menu style 2023-02-14 11:17:57 +01:00
Tetrakern
64f1bb1ea5 Use short modifiers for truncate CSS class 2023-02-09 10:44:04 +01:00
Tetrakern
c7ef4e0639 Fix admin bar navigation breakpoint
Who the hell came up with those?
2023-02-09 10:03:35 +01:00
Tetrakern
7460c9b24a Updates commenter badges 2023-02-09 02:32:26 +01:00
Tetrakern
59a033a471 Darken card box shadow 2023-02-09 00:22:04 +01:00
Tetrakern
98528ed18f Fix embed block margins 2023-02-09 00:08:10 +01:00
Tetrakern
7a22da6833 Remove redundant CSS property 2023-02-08 23:26:00 +01:00
Tetrakern
3ddc737f38 Harden blocks against float 2023-02-08 23:24:07 +01:00
Tetrakern
f0158652b6 Disable floating for embed blocks 2023-02-08 23:19:14 +01:00
Tetrakern
9345102364 Fix gaps in card headers
Last time hopefully.
2023-02-08 10:57:02 +01:00
Tetrakern
e603b04a35 Remove some placeholder backgrounds from images 2023-02-07 22:33:33 +01:00
Tetrakern
45e4fdae5d Fix mobile scroll performance for Chromium
Apparently, there is a bug in the render engine that causes scroll stuttering when certain styles are combined. In this case drop-shadow with an internal overflow scroll container. The contain property did not help. And since box-shadow works unless you use a clip-path, let's just use box-shadow.
2023-02-07 16:06:27 +01:00
Tetrakern
821021e177 Fix icon spacing on cards 2023-02-06 09:17:33 +01:00
Tetrakern
0c2ac49f54 Fix checkmark position in grid view 2023-02-06 02:43:28 +01:00
Tetrakern
3e56c0ce7e Improve responsiveness of chapter action row 2023-02-04 16:40:05 +01:00
Tetrakern
7352ecd5c3 Add sticky icon to story cards 2023-02-04 16:15:25 +01:00
Tetrakern
ec18647fd1 Revert "Change color of chapter list meta from 700 to 800"
This reverts commit 068b3cf066ad7596a457ca69e91a58388c06e6a6.
2023-02-02 18:49:10 +01:00
Tetrakern
068b3cf066 Change color of chapter list meta from 700 to 800 2023-02-02 18:45:20 +01:00
Tetrakern
19cc0792e6 Change color of chapter list meta from 600 to 700 2023-02-02 10:51:20 +01:00
Tetrakern
d356374f42 Navigation menu items can now wrap on desktop
And focus-within keeps the nav bar visible like hover.
2023-02-01 23:24:17 +01:00
Tetrakern
f5f52a3fa9 Refactor sticky nav 2023-02-01 22:24:17 +01:00
Tetrakern
512e96d391 Update and move header background
Better container for positioning, less calculations, and the documentation was wrong too...
2023-02-01 21:40:28 +01:00
Tetrakern
14b9f454bf Remove border from range thumbs in FF 2023-02-01 17:36:40 +01:00
Tetrakern
29fd8d6fc6 Update current chapter highlight in mobile menu 2023-02-01 14:08:54 +01:00
Tetrakern
652642c956 Update BBCode list item margins 2023-02-01 12:18:29 +01:00
Tetrakern
f59abdee5a Improve navigation tab styles 2023-01-28 03:22:22 +01:00
Tetrakern
6e500cb003 Add focus ring to password submit 2023-01-26 23:37:25 +01:00
Tetrakern
73d63a4cc6 Improve table scaling on mobile 2023-01-26 22:44:42 +01:00
Tetrakern
eb50f07b7f Add default table block cell padding 2023-01-26 19:01:46 +01:00
Tetrakern
32b95a8768 Change spoiler handling with paragraph tools
Never toggle paragraph tools when a spoiler is clicked. This is preferable to the old guess to figure out what the user wants.
2023-01-26 17:00:17 +01:00
Tetrakern
2d1e4a502b Add focus ring to showcase items 2023-01-26 13:58:27 +01:00
Tetrakern
81b08abd8a Update focus border styles 2023-01-26 13:44:37 +01:00
Tetrakern
7a151009ff Change tab order of card delete buttons 2023-01-26 12:23:41 +01:00