Fix page shift on search bar focus (#3304)

pull/3308/head
Chris Helder 2 years ago committed by GitHub
parent 53fb6ad039
commit c3de622493
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -213,7 +213,7 @@ img.thumbnail {
}
.searchbar input[type="search"]:focus {
margin: 0 0 0.5px 0;
margin: 0;
border: 2px solid;
border-color: rgba(0,0,0,0);
border-bottom-color: #FED;

Loading…
Cancel
Save