mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-27 23:40:28 +05:30
User panel now have auto width
This commit is contained in:
parent
fb9f6e118e
commit
cc50dab0e4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user