mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-07 15:00:45 +00:00
Added search bar
This commit is contained in:
@@ -10,6 +10,15 @@
|
||||
float: right;
|
||||
}
|
||||
|
||||
.search-form {
|
||||
width: 370px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search-form input {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 510px) {
|
||||
table {
|
||||
font-size: 87%;
|
||||
@@ -24,4 +33,15 @@
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
}
|
||||
|
||||
.search-form {
|
||||
width: 330px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search-form input {
|
||||
margin-top: 4px;
|
||||
height: 45px;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user