Fix nextcloud avatar shadow

Simó Albert i Beltran 2021-09-29 15:48:01 +02:00
parent fbe87a9b27
commit ac0f4050d5
1 changed files with 4 additions and 1 deletions

View File

@ -51,6 +51,10 @@
margin-left: 10px;
}
#header #settings {
margin-left: 5px;
}
#header #settings #expand .avatardiv {
height: 35px;
width: 35px;
@ -59,7 +63,6 @@
#header #settings #expand .avatardiv img {
height: 35px;
width: 35px;
margin-left: 10px;
}