Adjust the clickable area of notif avatar to not contain everything below it, adjust the status avatar to not have ghost border on top/right
This commit is contained in:
parent
47ab2b51cf
commit
dbf2f1621e
2 changed files with 10 additions and 9 deletions
|
@ -194,12 +194,11 @@
|
|||
}
|
||||
|
||||
.media-left {
|
||||
img {
|
||||
margin-top: 0.2em;
|
||||
float: right;
|
||||
margin-right: 0.3em;
|
||||
border-radius: 5px;
|
||||
}
|
||||
margin: 0.2em 0.3em 0 0;
|
||||
img {
|
||||
float: right;
|
||||
border-radius: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.retweet-info {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue