Post AdOvHtq3PDdtZc41ei by volpeon@is-a.wyvern.rip
(DIR) More posts by volpeon@is-a.wyvern.rip
(DIR) Post #AdOuw0Z7iMnI48hqMq by volpeon@is-a.wyvern.rip
2024-01-01T11:45:44.010Z
0 likes, 0 repeats
First time I'm working with container queries. They're neat
(DIR) Post #AdOv8JmI6pgj7vjdK4 by viq@social.hackerspace.pl
2024-01-01T11:47:03Z
0 likes, 0 repeats
@volpeonContainer queries?
(DIR) Post #AdOv8KpWCJrcOEFizY by volpeon@is-a.wyvern.rip
2024-01-01T11:47:57.063Z
0 likes, 0 repeats
@viq@social.hackerspace.pl A CSS feature similar to "@media (max-width: 123px)", except it's "@container (max-width: 123px)" and it takes the parent container size instead of the viewport size
(DIR) Post #AdOvHtq3PDdtZc41ei by volpeon@is-a.wyvern.rip
2024-01-01T11:49:41.033Z
0 likes, 0 repeats
What I want to do for Sharkey is to make the avatar size a variable --avatar, and control the value with container queries. Currently it uses a lot of magic constants to align things and I don't like that. Working with var() and calc() is easier to follow and easier to override with custom CSS.
(DIR) Post #AdOyZqyn4f4JmUP3L6 by vel@gib.schmus.is
2024-01-01T11:59:56.948Z
0 likes, 0 repeats
@volpeon@is-a.wyvern.rip What I think of: :neofox_laptop:What’s really happening: :drgn_box:
(DIR) Post #AdOyaZLK8FElN7HfZQ by dakkar@s.thenautilus.net
2024-01-01T11:57:18.691Z
1 likes, 0 repeats
@volpeon@is-a.wyvern.rip yes please! I was complaining just yesterday about all those magic numbers!