closedverse icon indicating copy to clipboard operation
closedverse copied to clipboard

Top bar is misplaced Chrome/Chromium on Arch Linux

Open MegaLoler opened this issue 6 years ago • 1 comments

image

i get this happening when using Chromium Version 66.0.3359.170 (Official Build) Arch Linux (64-bit) (it happens with Google Chrome on this same machine as well) it doesn't happen on Firefox on this machine, and it doesn't happen with Google Chrome on my Windows 10

MegaLoler avatar May 23 '18 14:05 MegaLoler

here's a proposed solution: in static/closedverse.css:

#global-menu li {
  float: left;
  padding: 0 10px;
  line-height: 1;
  padding-left: 1px; /* this line */
}

MegaLoler avatar May 23 '18 15:05 MegaLoler