[ACA-4304] - Remove userinfo name on small screens (only profile icon visible) (#6740)

This commit is contained in:
arditdomi
2021-02-26 13:39:50 +00:00
committed by GitHub
parent 008b8dcd48
commit 3455b7e01c
2 changed files with 4 additions and 4 deletions

View File

@@ -20,6 +20,10 @@
&-userinfo-name {
padding: 0 5px;
@media screen and ($mat-small) {
display: none;
}
}
&-userinfo-pic {