зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1664468 - In about:processes, increase padding after favicons;r=florian
Differential Revision: https://phabricator.services.mozilla.com/D94820
This commit is contained in:
Родитель
a17f2dbac0
Коммит
fc17dec0de
|
@ -102,13 +102,13 @@ td.type, td.favicon {
|
|||
background-repeat: no-repeat;
|
||||
background-origin: border-box;
|
||||
background-size: 16px 16px;
|
||||
background-position: 8px center;
|
||||
padding-inline-start: 32px;
|
||||
background-position: 11px center;
|
||||
padding-inline-start: 38px;
|
||||
-moz-context-properties: fill;
|
||||
fill: currentColor;
|
||||
}
|
||||
td.type:dir(rtl), td.favicon:dir(rtl) {
|
||||
background-position-x: right 8px;
|
||||
background-position-x: right 11px;
|
||||
}
|
||||
#process-tbody > tr > td:first-child {
|
||||
text-overflow: ellipsis;
|
||||
|
|
Загрузка…
Ссылка в новой задаче