mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Slightly smaller user profile image for nav dropdown
This commit is contained in:
parent
38f3101518
commit
c108feb687
3 changed files with 7 additions and 7 deletions
|
@ -77,12 +77,12 @@
|
|||
// Profile picture
|
||||
.image {
|
||||
float: left;
|
||||
margin: 14px 7px 0 0;
|
||||
margin: 15px 8px 0 0;
|
||||
|
||||
img {
|
||||
display: block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 100%;
|
||||
}
|
||||
}
|
||||
|
|
6
core/client/docs/dist/css/ghost-ui.css
vendored
6
core/client/docs/dist/css/ghost-ui.css
vendored
|
@ -708,11 +708,11 @@ a, a:active {
|
|||
background: none !important; }
|
||||
.user-menu .image {
|
||||
float: left;
|
||||
margin: 14px 7px 0 0; }
|
||||
margin: 15px 8px 0 0; }
|
||||
.user-menu .image img {
|
||||
display: block;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 100%; }
|
||||
.user-menu .name {
|
||||
float: right;
|
||||
|
|
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
2
core/client/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue