1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-02-25 17:46:03 +01:00

Tweak media size and margins in desktop notifications

This commit is contained in:
chylex 2018-02-10 07:54:50 +01:00
parent 16051a0d25
commit 2b54627750

View File

@ -44,7 +44,7 @@ body {
.media-size-medium {
max-height: 240px;
height: calc(100vh - 16px) !important;
height: calc(100vh - 20px) !important;
border-radius: 1px !important;
}
@ -53,7 +53,12 @@ body {
}
#tduck .js-media, #tduck .js-media-preview-container {
margin-bottom: 4px !important;
padding-top: 1px;
margin-bottom: 2px !important;
}
#tduck .js-quote-detail .js-media, #tduck .js-quote-detail .js-media-preview-container {
margin-bottom: 0 !important;
}
/***************/