1
0
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:
chylex 2017-11-20 18:01:02 +01:00
parent 94920fd459
commit 1343b9c113
2 changed files with 15 additions and 0 deletions
Resources/Scripts/styles

View File

@ -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;

View File

@ -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 {