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

Tweak search input font size and icon position

This commit is contained in:
chylex 2018-02-21 22:17:51 +01:00
parent 0b3b3dd0be
commit 9041bfc627

View File

@ -88,6 +88,14 @@ button {
content: "New ";
}
#tduck .app-header .search-input-control input {
font-size: 13px !important;
}
#tduck .app-header .search-input-perform-search {
right: 8px !important;
}
.js-account-safeguard-checkbox, .js-account-safeguard-checkbox label {
margin-bottom: 0 !important;
}