1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-13 18:15:48 +02:00

Square-ify border of reply box & fix notification background

This commit is contained in:
chylex 2018-02-02 15:54:22 +01:00
parent 34ee9ebd66
commit 0f9a944775
2 changed files with 5 additions and 1 deletions
Resources/Scripts/styles

View File

@ -46,7 +46,7 @@
border-radius: 1px !important;
}
.compose-text-container, .compose-reply-tweet, .compose-message-recipient-input-container, .compose-message-recipient, .compose-media-bar-holder, .media-grid-container, .js-quote-tweet-holder {
.compose-text-container, .compose-reply-tweet, .compose-message-recipient-input-container, .compose-message-recipient, .compose-media-bar-holder, .media-grid-container, .js-quote-tweet-holder, .detail-view-inline-text {
border-radius: 0 !important;
}

View File

@ -10,6 +10,10 @@ body {
overflow-y: auto !important;
}
.column {
background: transparent !important;
}
.scroll-styled-v::-webkit-scrollbar {
width: 7px !important;
}