mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 03:12:54 +03:00
Slightly smaller user profile image for nav dropdown
This commit is contained in:
parent
5a81c808df
commit
9775244ab5
@ -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
ghost/admin/docs/dist/css/ghost-ui.css
vendored
6
ghost/admin/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
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
2
ghost/admin/docs/dist/css/ghost-ui.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user