Round user icons in GNOME dialogs (#248)

master
drakkar1969 2019-05-19 23:33:22 +02:00 committed by David Mohammed
parent 0564640272
commit 9cadf80ced
1 changed files with 3 additions and 3 deletions

View File

@ -315,7 +315,7 @@ StScrollBar {
&-logout-icon {
border: 0px solid transparent;
border-radius: 2px;
border-radius: 99px;
width: 48px;
height: 48px;
background-size: contain;
@ -507,8 +507,8 @@ StScrollBar {
color: $warning_color;
}
&-user-icon {
border-radius: 2px;
&-icon {
border-radius: 99px;
background-size: contain;
width: 48px;
height: 48px;