Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First tab is too much near the window border #229

Closed
3 of 13 tasks
maicol07 opened this issue Sep 27, 2021 · 2 comments
Closed
3 of 13 tasks

First tab is too much near the window border #229

maicol07 opened this issue Sep 27, 2021 · 2 comments
Labels
Class::Padding Padding and margin related layout Component::Tabbar Tab or tabbar Issue::Bug Something isn't working Issue::Question Further information is requested

Comments

@maicol07
Copy link

Describe the bug
See title and screenshot

Expected behavior
First tab has some margin from the left border of the window

Screenshots
immagine

Environment:

Additional context

@maicol07 maicol07 added the Issue::Bug Something isn't working label Sep 27, 2021
@Nomes77
Copy link
Contributor

Nomes77 commented Sep 27, 2021

Maybe you can use this code

  /** Gap before First Tab **********************************************************************************/
  :root:is([sizemode="maximized"], [sizemode="fullscreen"]) #tabbrowser-tabs:not([positionpinnedtabs]) {
    padding-left: 7px !important;
  }

@black7375 black7375 added Issue::Question Further information is requested Class::Padding Padding and margin related layout Component::Tabbar Tab or tabbar labels Sep 27, 2021
@black7375
Copy link
Owner

Will be adjustable with variables in the next version.

Firefox-UI-Fix/userChrome.css

Lines 1120 to 1123 in dabc91c

/* for First Tab Space */
:root {
--space-left-tabbar: 0px; /* If you want drag space, set to 8px */
}

Default
image

Set to 8px
image

Thanks to @BPower0036 for replying in advance and providing the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Class::Padding Padding and margin related layout Component::Tabbar Tab or tabbar Issue::Bug Something isn't working Issue::Question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants