Closed Tofu-a closed 4 months ago
I know its for aesthetic reasons but is there anyway to remove the black bar at the bottom (that connects to the sides) so the window touches the bottom of the screen?
https://github.com/Naezr/ShyFox/blob/324088ac06a5b962408875cf2a94275a855c8aa4/chrome/ShyFox/shy-variables.css#L102-L107
Replace --bottom-margin: var(--margin); with --bottom-margin: 0px; here
--bottom-margin: var(--margin);
--bottom-margin: 0px;
I answered the question, so the issue is closed
I know its for aesthetic reasons but is there anyway to remove the black bar at the bottom (that connects to the sides) so the window touches the bottom of the screen?