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:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user