introduce search interface
This commit is contained in:
18
static/extra.css
Normal file
18
static/extra.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.input-group-rounded .input-group-field {
|
||||
border-radius: 5000px 0 0 5000px;
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
.input-group-rounded .input-group-button .button {
|
||||
border-radius: 0 5000px 5000px 0;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.small-thumb img {
|
||||
width:150px;
|
||||
height:150px;
|
||||
}
|
||||
|
||||
.media-object-section:first-child {
|
||||
padding-right:2rem;
|
||||
}
|
||||
Reference in New Issue
Block a user