Merge branch 'fix_nextcloud_avatar_shadow' into 'master'

Fix nextcloud avatar shadow

See merge request isard/isard-sso!57
Josep Maria Viñolas Auquer 2021-12-09 07:30:42 +00:00
commit 23bd3d27cf
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;
}