Commit graph

208 commits

Author SHA1 Message Date
ed6ebb48f0 Work around has-text-centered mysteriously missing from our build of Bulma #114 #126 2025-07-21 01:41:40 -04:00
44ce05b04a Fix templates; remove non-present Bulma modifier 2025-07-21 01:08:30 -04:00
cdcaf717af Make everything good (enough) #114 #126 2025-07-21 01:07:55 -04:00
fe6b0af8e1 Keep columns even on mobile size #114 2025-07-19 22:10:11 -04:00
f0a7c06342 Remove special search menu item handling we have a search bar
Either in the menu, or in the hamburger drawer

Ref #114
2025-07-19 22:09:22 -04:00
bcb559caa6 Redeifine mini size for when we let sitename slide over the logo #114 2025-07-19 22:08:36 -04:00
d5bd8737bd Switch to explicitly custom green so we don't have to figure out conflict/sharing/something with Bulma green
The whole override thing, like i need to override their green every time i bring in their initial variables or something?  That's a drag.
2025-07-19 19:11:50 -04:00
b0abc26b67 Use forward instead of use for… consistency? 2025-07-19 19:09:36 -04:00
7ee525c7d2 Better define background stripe and logo it rifs on 2025-07-19 12:13:11 -04:00
5aa67953e3 Make the X perfect
Ref #114 #126
2025-07-15 22:48:36 -04:00
0eaafd6208 Give up on linear gradient and do a 1px wide background
Also move more elementy stuff from components, and hope the weird
small-screen adjustments are not applicable anymore?

Ref #114 #126
2025-07-15 22:48:15 -04:00
161844eb8f How does this look the same
Ref #114 #126
2025-07-15 22:21:25 -04:00
2637b987a3 Use hamburger menu for tablet as well, and hide drawer completely when closed
Ref #114 #126
2025-07-15 20:32:22 -04:00
03a075e255 Format source code (no other changes) 2025-07-15 20:21:31 -04:00
f94ea2a8e0 Bring in Bulma utilities but override the background to set it back to white
Ref #114 #126
2025-07-15 20:13:05 -04:00
65aa18444e Make responsive, add our tweaks, de-conflict variables
Ref #114 #126
2025-07-15 20:12:30 -04:00
c7c310a394 Move elements from components into elements, sassify comments, make our tweaks 2025-07-15 20:11:17 -04:00
d56ee8dcee Proof of concept for a more appropriate accessible 'hamburger' menu
From https://unused-css.com/blog/css-only-hamburger-menu/

Ref #114 #126
2025-07-15 12:51:30 -04:00
c2f931f06a Make the burger menu look nice before realizing details/summary cannot be nicely responsive
One unmentioned con: The menu has to be repeated in HTML for this to switch responsively from spelled-out menu to hamburger, with the widescreen version outside the details.  (Or JavaScript is needed to set the initial open/close state based on  viewport size, and that seems to defeat the purpose.)

Left as comment at https://lucas-levin.com/code/blog/burger-navigation-menu-with-no-javascript-and-no-checkbox-hack
2025-07-15 08:39:56 -04:00
234bc216c5 Add code and style for 'hamburger' menu nav
Ref #114 #126
2025-07-15 01:42:21 -04:00
7f6f09bc68 Swap back to original SCSS with one enhancement from 'new' test 2025-07-14 13:46:20 -04:00
7ac916395a Temporarily add 'new' style proof of concept, with one key part moved to our 'old' 2025-07-14 09:15:23 -04:00
151b411797 Update theme to Bulma 1.0 so that CSS compiles if not look precisely right 2025-03-28 15:35:47 -04:00
92d29700de Stick search bar on right for consistency and to fix weirdness at middle sizes
(this weirdness introduced by other recent changes, but it's better on the right anyway)

Also do not wrap menu on desktop and widescreen.

Ref #114
2025-02-23 23:41:26 -05:00
3f1860f671 Conclusion of endless round of changes to make menu sort of usable
The dropdowns do not drop down on touch devices,
before fixing that need to check in on if the noble
battle to keep the menu visible for as many devices
as possible (and not hide behind the hamburger)
should in fact be given up.

Ref #114
2025-02-23 23:20:40 -05:00
aab893c1d9 Begin switching to Sass comments 2025-02-22 22:28:44 -05:00
ae81702195 Remove surplus div and put column class on block #114 2025-02-22 18:07:20 -05:00
dede5d0f90 Prevent a slight horizontal scroll from page title area
Not entirely sure the root cause, but we do mess with default
overflow visibility in order to overlay the title on the image.

Ref #114
2025-02-22 16:52:25 -05:00
04d293be1a Hide entire search bar on mobile; menu gains a search icon #114 2025-02-22 16:13:32 -05:00
e3da49fcbc Allow mastodon embeds to display properly
Ref #125
2024-10-07 12:00:41 -07:00
lelkneralfaro
01d6a028ed Remove bottom whitespace coming from a margin rule
Sneak in an opacity rule change that should have been in the last commit
2024-10-07 11:59:56 -07:00
lelkneralfaro
bc33fe5fb2 Expand height of footer image parent and add opacity 2024-10-07 11:59:56 -07:00
0e760463e8 Re-theme slides 2024-10-07 11:59:56 -07:00
4e7f31d3b4 Override the paragraph slide template 2024-10-07 11:59:56 -07:00
2c5b6472ee Switch template to extend stable9 rather than stable 2024-10-07 11:59:56 -07:00
84c6325436 Update templates to reflect change from field_image to field_media_image 2024-10-07 11:59:56 -07:00
abc6efebc3 Replace field_image spec in ds-1col template with field_media_image 2024-10-07 11:59:56 -07:00
megakeegman
85744a537e Move fixes for mobile display of comments to file with access to breakpoints 2022-01-28 21:23:52 -05:00
c1b65d3da2 move to correct place 2022-01-28 20:17:58 -05:00
d63dc2eb1b Try adding Keegan's suggested changes to the comment CSS fairly blindly 2022-01-28 20:00:50 -05:00
c85ffc32b4 Remove minimum height from iframes to fix audio in hope fitvids can handle edge cases
Ref #111
2021-08-17 08:23:33 -04:00
benjamin melançon
bffe7b4770 Add comments template with temporary skipping of content links if no permission to administer 2020-02-06 14:14:25 -05:00
benjamin melançon
bebd944698 Ensure empty indicator marks hidden despite tag styling; position visible mark to left
This will move into Octavia or even Bulma theme ideally

Ref https://gitlab.com/drutopia/drutopia/issues/283
2020-02-05 14:15:52 -05:00
benjamin melançon
d20eb20f30 Format code comments 2019-10-10 02:00:18 -04:00
benjamin melançon
d2c6f994ca Ensure iframes (which include PDF previews) aren't ridiculously short
and create a new Content styles section while we're at it.
2019-10-10 01:17:29 -04:00
benjamin melançon
a2b9cd34a5 Increase left-side width again 2019-10-07 12:55:15 -04:00
benjamin melançon
2dba40fd30 Tweak column classes to make author bio name/image column narrower 2019-10-07 09:11:22 -04:00
benjamin melançon
d070b0f77f Give author bios the standard bottom padding other Article sections have 2019-10-07 09:10:30 -04:00
benjamin melançon
497adf823b Style featured articles front page listing row same as standard articles block
Ref #68
2019-10-05 12:38:29 -04:00
benjamin melançon
1022f298ac While we're doing unholy things with the positioning of these buttons anyway 2019-10-01 14:13:06 -04:00