Replies

Mar 7, 2025 1 year ago
Thia
got laid
User Avatar

I just switched to Firefox and now my bookmarks look like this

Zooming out and then back in fixes it, but only until I refresh or go to another page. Opening a page in a new tab fixes it, too, but that's also temporary. I'm just wondering if anyone knows a way to fix this.

| [tot=Thia] | | [egg=Thia] | | [tp=Thia] | | [flower=Thia] |

Accepted Answer
Mar 8, 2025 1 year ago
spacemage
is fashionable
User Avatar

I went and investigated a bit and if you put the following CSS below into CustomCSS then you shouldn't encounter the issue anymore

/* Forces the subeta bookmarks to maintain a min size */ .bookmark:not(.first) { min-width: 50px; }

I made a forum group for CustomCSS and more

⭐ 3
Other Replies
Mar 8, 2025 1 year ago
spacemage
is fashionable
User Avatar

I went and investigated a bit and if you put the following CSS below into CustomCSS then you shouldn't encounter the issue anymore

/* Forces the subeta bookmarks to maintain a min size */ .bookmark:not(.first) { min-width: 50px; }

I made a forum group for CustomCSS and more

⭐ 3
Mar 9, 2025 1 year ago
Thia
got laid
User Avatar

It works! Thank you!

| [tot=Thia] | | [egg=Thia] | | [tp=Thia] | | [flower=Thia] |

Please log in to reply to this topic.