mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-06 00:23:08 +02:00
fix: the text in the search button is not displayed in the small screen
This commit is contained in:
committed by
Vincent Breitmoser
parent
2ec10fc40a
commit
4d8bb36824
7
dist/assets/site.css
vendored
7
dist/assets/site.css
vendored
@@ -186,6 +186,13 @@ abbr {
|
||||
padding: 0 15%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 450px) {
|
||||
.search, .upload, .manage {
|
||||
display: flex;
|
||||
padding: 0 15%;
|
||||
}
|
||||
}
|
||||
|
||||
.manageEmail, .searchTerm, .fileUpload {
|
||||
flex-grow: 1;
|
||||
border: 3px solid;
|
||||
|
Reference in New Issue
Block a user