Can tabs preview styling using css? #1982
Answered
by
YudhaStacy
YudhaStacy
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
YudhaStacy
Mar 2, 2025
Replies: 1 comment 1 reply
-
You can, but you would need modify Firefox directly and add your css in userContent.css. Here's a sample of my styling.
Only a small part of it is cosmetic. The rest are media queries that determine size of my sidebar and what side it's on then automatically adjusts offsets according to that. So ignore the media queries. Hope this helps point you in the right direction. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks for the reply