datguypiko / Firefox-Mod-Blur

Firefox Theme - For dark theme lovers / More compact / Modular / Blur
1.24k stars 59 forks source link

extensions overlap with control buttons #102

Closed yorunoken closed 8 months ago

yorunoken commented 8 months ago

image I'm on the latest version

datguypiko commented 8 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 8 months ago

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

datguypiko commented 8 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 8 months ago

worked, thanks!