Bug 955465 - User icon overflows its rounded border, r=florian.
This commit is contained in:
Родитель
f751ab9275
Коммит
e1af61781c
|
@ -329,6 +329,7 @@ group[closed] .twisty {
|
|||
#userIcon {
|
||||
border: 2px solid rgba(0,0,0,0.15);
|
||||
border-radius: 5px;
|
||||
overflow: hidden;
|
||||
max-width: 48px;
|
||||
max-height: 48px;
|
||||
width: 48px;
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
.userIcon {
|
||||
border: 2px solid rgba(0,0,0,0.15);
|
||||
border-radius: 5px;
|
||||
overflow: hidden;
|
||||
max-width: 48px;
|
||||
max-height: 48px;
|
||||
width: 48px;
|
||||
|
|
Загрузка…
Ссылка в новой задаче