mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Fixing lock size.
This commit is contained in:
parent
ccda4530ed
commit
a72f93b2e1
1 changed files with 4 additions and 2 deletions
|
@ -2832,8 +2832,10 @@ background: transparent;
|
|||
border-radius: 3px;
|
||||
}
|
||||
.NB-story-share-profile .NB-user-avatar img.NB-user-avatar-private {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
}
|
||||
.NB-story-share-profile .NB-user-username {
|
||||
float: left;
|
||||
|
|
Loading…
Add table
Reference in a new issue