mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-14 21:15:48 +02:00
Fix username alignment (follow notifications & all types in desktop notifications)
This commit is contained in:
parent
94920fd459
commit
1343b9c113
Resources/Scripts/styles
@ -168,6 +168,11 @@ a[data-full-url] {
|
||||
vertical-align: 10% !important;
|
||||
}
|
||||
|
||||
.account-inline .position-rel + .username {
|
||||
/* except for follow notifications because consistency eh */
|
||||
vertical-align: -10% !important;
|
||||
}
|
||||
|
||||
html[data-td-font='smallest'] .sprite-verified-mini {
|
||||
/* fix cut off badge when zoomed in */
|
||||
width: 13px !important;
|
||||
|
@ -20,6 +20,16 @@ body {
|
||||
border-left: 0 !important;
|
||||
}
|
||||
|
||||
/* Usernames */
|
||||
|
||||
.account-inline .username {
|
||||
vertical-align: 10% !important;
|
||||
}
|
||||
|
||||
.account-inline .position-rel + .username {
|
||||
vertical-align: -10% !important;
|
||||
}
|
||||
|
||||
/* Media */
|
||||
|
||||
.media-size-medium {
|
||||
|
Loading…
Reference in New Issue
Block a user