Merge pull request #634 from i0pt1mal/master

input-bar-modification
This commit is contained in:
morpheusthewhite 2021-12-11 08:19:58 +01:00 committed by GitHub
commit 018d24453c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,12 +262,17 @@ p.main-buddyFeed-timestamp.main-type-finale,
display: none;
}
/* remove vector (circle) from input bar to allow padding to be reduced */
.jnJioQZqKVcbP_kkmTQ2 {
opacity: 0;
}
/* change input box appearance */
input {
background-color: unset !important;
border-bottom: solid 1px var(--spice-text) !important;
border-radius: 0 !important;
padding: 6px 10px 6px 48px;
padding: 6px 10px !important;
color: var(--spice-text) !important;
}