[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

@@ -43,10 +43,6 @@
} }
@media screen and ($mat-small) { @media screen and ($mat-small) {
.adf-userinfo-name {
display: none;
}
.app-menu { .app-menu {
padding-top: 0; padding-top: 0;
} }

View File

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