mirror of https://github.com/ColorlibHQ/AdminLTE
changed user-image size/margin in .user-menu
parent
139fbd3454
commit
f60e0626fc
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue