mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-03 05:34:07 +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;
|
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 {
|
html[data-td-font='smallest'] .sprite-verified-mini {
|
||||||
/* fix cut off badge when zoomed in */
|
/* fix cut off badge when zoomed in */
|
||||||
width: 13px !important;
|
width: 13px !important;
|
||||||
|
@ -20,6 +20,16 @@ body {
|
|||||||
border-left: 0 !important;
|
border-left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Usernames */
|
||||||
|
|
||||||
|
.account-inline .username {
|
||||||
|
vertical-align: 10% !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.account-inline .position-rel + .username {
|
||||||
|
vertical-align: -10% !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Media */
|
/* Media */
|
||||||
|
|
||||||
.media-size-medium {
|
.media-size-medium {
|
||||||
|
Loading…
Reference in New Issue
Block a user