mirror of
https://github.com/Ahwxorg/librey/
synced 2024-12-06 19:16:48 +01:00
fixed image results on mobile, fixed api url encoding, librex should look better now on small monitors, fixed onion address for beparanoid.de
This commit is contained in:
+16
-3
@@ -41,7 +41,7 @@ a:hover,
|
||||
|
||||
.search-container {
|
||||
text-align: center;
|
||||
margin-top: 230px;
|
||||
margin-top: 10%;
|
||||
}
|
||||
|
||||
.search-container h1 {
|
||||
@@ -130,7 +130,7 @@ a:hover,
|
||||
.sub-search-button-wrapper button {
|
||||
border: none;
|
||||
background-color: inherit;
|
||||
font-size: 14px;
|
||||
font-size: 15px;
|
||||
margin-right: 14px;
|
||||
}
|
||||
|
||||
@@ -314,7 +314,7 @@ a:hover,
|
||||
}
|
||||
|
||||
/* mobile view */
|
||||
@media only screen and (max-width: 900px) {
|
||||
@media only screen and (max-width: 750px) {
|
||||
.search-container input {
|
||||
width: 80%;
|
||||
}
|
||||
@@ -325,6 +325,19 @@ a:hover,
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.image-result-container {
|
||||
display:unset;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.image-result-container img {
|
||||
margin: 0 5% 5% 5%;
|
||||
padding: 0;
|
||||
width: 90%;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.git-container {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user