Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

How to resize bookmarks side bar v63+

  • 2 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 59 προβολές
  • Τελευταία απάντηση από rexlan

more options

My bookmarks side bar is too wide and I would like to make it narrower. I have tried a few userchrome.css things but none work correctly. It looks like there is a frame or something behind the sidebar so when it narrows the frame is still there anyway. I am trying to get a little more size to my main view panel BUT I also like to leave the bookmarks side bar displayed at all times.

Thank you

My bookmarks side bar is too wide and I would like to make it narrower. I have tried a few userchrome.css things but none work correctly. It looks like there is a frame or something behind the sidebar so when it narrows the frame is still there anyway. I am trying to get a little more size to my main view panel BUT I also like to leave the bookmarks side bar displayed at all times. Thank you

Επιλεγμένη λύση

Hi rexlan, I'm attaching a screenshot showing the minimum and maximum width when I drag the separator line:

<center></center>

Is your minimum wider than mine, or still too wide? There probably is a CSS way to override the minimum in that case, but I haven't researched it myself. A good site to get advice on CSS hacks, if you don't get one here, is:

https://www.reddit.com/r/FirefoxCSS/

Edit: in case you are wondering, the coloring of the icons is from this section of my site: https://www.userchrome.org/what-is-userchrome-css.html#colorbookmarkfolder

Ανάγνωση απάντησης σε πλαίσιο 👍 0

Όλες οι απαντήσεις (2)

more options

Επιλεγμένη λύση

Hi rexlan, I'm attaching a screenshot showing the minimum and maximum width when I drag the separator line:

<center></center>

Is your minimum wider than mine, or still too wide? There probably is a CSS way to override the minimum in that case, but I haven't researched it myself. A good site to get advice on CSS hacks, if you don't get one here, is:

https://www.reddit.com/r/FirefoxCSS/

Edit: in case you are wondering, the coloring of the icons is from this section of my site: https://www.userchrome.org/what-is-userchrome-css.html#colorbookmarkfolder

Τροποποιήθηκε στις από το χρήστη jscher2000 - Support Volunteer

more options

Thanks for the reply ... yes I did drag it as far as possible already and should have noted that in the original post.

I will look at the other place you suggested too - thank you.

I have spent a lot of time on this but no success so far. This was given on the Reddit forum as suggested and it works perfect.

  1. sidebar-header,
  2. sidebar {
 min-width: 10px !important;
 max-width: unset !important;

}

Τροποποιήθηκε στις από το χρήστη rexlan