Bug 1683365 - Fix the gap between icon and label when the new message indicator is shown in the Folder Pane. r=aleca

This commit is contained in:
Richard Marti 2020-12-19 12:24:14 +02:00
Родитель 7c9e63716a
Коммит c5da55db4d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -226,7 +226,7 @@ treechildren::-moz-tree-cell-text(imapdeleted) {
#folderTree treechildren::-moz-tree-cell-text(folderNameCol, newMessages-true) {
margin-inline-start: -20px;
padding-inline-start: 22px;
padding-inline-start: 23px;
background-image: url("chrome://messenger/skin/icons/folder-new-indicator.svg");
background-repeat: no-repeat;
background-position: left;