User panel now have auto width

This commit is contained in:
ErickSkrauch 2018-03-25 22:23:35 +03:00
parent fb9f6e118e
commit cc50dab0e4

View File

@ -24,7 +24,7 @@ $lightBorderColor: #eee;
.lightAccountSwitcher {
background: #fff;
color: #444;
width: 205px;
min-width: 205px;
$border: 1px solid $lightBorderColor;
border-left: $border;
@ -79,6 +79,7 @@ $lightBorderColor: #eee;
.link {
font-size: 12px;
margin-bottom: 3px;
white-space: nowrap;
&:last-of-type {
margin-bottom: 0;