Remvoe padding around user-menu avatar on small screens

master
David Benqué 3 years ago
parent 3d8832095b
commit 3b7f5c2df7

@ -536,6 +536,7 @@
.cp-toolbar-user-dropdown {
height: @toolbar_line-height;
width: @toolbar_line-height;
padding: 0;
&> button {
height: @toolbar_line-height;
width: @toolbar_line-height;

Loading…
Cancel
Save