inherit
200292
0
Feb 19, 2016 22:51:40 GMT -8
Shaliza
"Laughter is timeless, imagination has no age, and dreams are forever." - Walt Disney
545
September 2013
shaliza
|
Post by Shaliza on Apr 17, 2021 21:02:36 GMT -8
Hey Shaliza If you right-click on the Participated button, then choose Inspect Element, you'll see it's a link <a> with a class attribute of "recent-threads-button"Normally we could just add a comma after the first selector #navigation-tree then add the selector .recent-threads-button, but we need a different height there. (I never dug deeply into this to determine why.) So instead we'll write a separate rule: /* Increase height of Participated to accommodate larger font */ .recent-threads-button{ height:22px; } End of Section Thanks so much again, Retread. This coding worked beautifully to increase the size of the Participated Dialog. I am using an iMac though, so cannot right click, but that's useful information to keep in mind in the event that I'm ever working with a PC.
|
|