Fix navbar profile pics
This commit is contained in:
parent
359f68e6df
commit
02f0d4a254
2 changed files with 6 additions and 5 deletions
|
|
@ -50,4 +50,10 @@
|
|||
.trapezoid {
|
||||
border-top-color: $navbar-default-bg;
|
||||
}
|
||||
|
||||
.profile-thumbnail {
|
||||
border-radius: 3px;
|
||||
max-height: 20px;
|
||||
max-width: 20px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,11 +51,6 @@ body {
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
nav #current-user-detail .profile-thumnail {
|
||||
max-height: 20px;
|
||||
max-width: 20px;
|
||||
}
|
||||
|
||||
/* centered columns styles */
|
||||
.row-centered {
|
||||
text-align:center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue