wilfredwee / photon-australis

Bringing sexy curves back to Firefox Photon.
MIT License
461 stars 69 forks source link

Window buttons not left aligned #91

Closed lenbrocki closed 4 years ago

lenbrocki commented 4 years ago

Usually the three window buttons are positioned at the very left but when using this theme there appears a small space, see attached screenshot.

Screenshot 2020-03-26 at 10 10 49

lenbrocki commented 4 years ago

Found the solution in the meantime. In case anyone else has this problem, replacing the respective lines with (only values changed)

#TabsToolbar{
  padding-inline-start: 0px !important;
}

.tabbrowser-tab[first-visible-tab="true"] {
  padding-left: 25px !important;
}

fixed it for me.