changed user-image size/margin in .user-menu

This commit is contained in:
REJack 2019-10-25 09:32:23 +02:00
parent 139fbd3454
commit f60e0626fc
No known key found for this signature in database
GPG key ID: 9F3976CC630CC888
5 changed files with 9 additions and 9 deletions

View file

@ -259,15 +259,15 @@
@include media-breakpoint-up(sm) {
float: none;
line-height: 10px;
margin-right: 0;
margin-right: .4rem;
margin-top: -8px;
}
border-radius: 50%;
float: left;
height: 25px;
height: $sidebar-user-image-width;
margin-right: 10px;
margin-top: -2px;
width: 25px;
width: $sidebar-user-image-width;
}
}

View file

@ -12884,17 +12884,17 @@ body.text-sm .control-sidebar {
.navbar-nav > .user-menu .user-image {
border-radius: 50%;
float: left;
height: 25px;
height: 2.1rem;
margin-right: 10px;
margin-top: -2px;
width: 25px;
width: 2.1rem;
}
@media (min-width: 576px) {
.navbar-nav > .user-menu .user-image {
float: none;
line-height: 10px;
margin-right: 0;
margin-right: .4rem;
margin-top: -8px;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long