datguypiko / Firefox-Mod-Blur

Firefox CSS Theme - For dark theme lovers / More compact / Modular / Blur
1.35k stars 62 forks source link

extensions overlap with control buttons #102

Closed yorunoken closed 11 months ago

yorunoken commented 11 months ago

image I'm on the latest version

datguypiko commented 11 months ago

Here is mine. image

What OS are you using and what other extra mods? Did you change anything in your code? And is it nightly or stable version?

yorunoken commented 11 months ago

hi, I'm on Windows 11 no changes in the code it's nightly

datguypiko commented 11 months ago

Change on line 750 to this or redownload the userchrome file

 #nav-bar {
    padding-right: var(--firefoxcss-control-buttons-margin) !important;
  }
yorunoken commented 11 months ago

worked, thanks!