1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-14 03:15:49 +02:00

Fix 'Show this thread' being too close to media thumbnails in notifications

This commit is contained in:
chylex 2018-02-06 04:37:45 +01:00
parent 07391efa70
commit 61ae7e3b6a

View File

@ -53,7 +53,7 @@ body {
}
#tduck .js-media, #tduck .js-media-preview-container {
margin-bottom: 0 !important;
margin-bottom: 4px !important;
}
/***************/