css: fix width of #tags input in search box.

Fix the #tags input not shrinking to fit inside the sidebar.

9720e4cfa9 (r35160195)
This commit is contained in:
evazion
2019-09-22 02:58:09 -05:00
parent 8f6fd95e2d
commit 6b2e6fa3f4
2 changed files with 4 additions and 4 deletions

View File

@@ -282,6 +282,10 @@ div#c-posts {
#search-box-form {
display: flex;
input {
min-width: 0px;
}
#search-box-submit {
padding: 2px 6px;
border-left: none;

View File

@@ -32,10 +32,6 @@
div#page aside#sidebar {
padding: 5px;
input#tags {
min-width: 0px;
}
button[type=submit] {
font-size: 1.2em;
background-color: var(--responsive-sidebar-submit-button-background-color);