Tag selector UI tweaks

- Don't cut off bottom of tags on Windows
- Fix appearance of search bar on Windows/Linux
- Fix cancel button on Windows/Linux
- Don't cut off right-hand pane of bottom bar when narrowing pane
This commit is contained in:
Dan Stillman 2019-03-29 01:45:32 -04:00
parent f7f10c7405
commit 3126c58d30
9 changed files with 23 additions and 8 deletions

6
scss/linux/_search.scss Normal file
View file

@ -0,0 +1,6 @@
.search .search-cancel-button {
background-image: url(chrome://global/skin/icons/input-clear.svg);
width: 14px;
height: 14px;
top: 8px;
}