mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACA-4304] - Remove userinfo name on small screens (only profile icon visible) (#6740)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user