fix: styling for small screens

This commit is contained in:
Joxit 2023-01-21 02:37:50 +01:00
parent e4369f4ec9
commit 1bfbcbf59f
No known key found for this signature in database
GPG Key ID: F526592B8E012263
3 changed files with 11 additions and 6 deletions

View File

@ -214,6 +214,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
display: flex;
}
material-navbar .nav-wrapper .menu {
flex-shrink: 1;
}
material-footer {
color: var(--footer-neutral-text);
background-color: var(--footer-background);

View File

@ -45,8 +45,7 @@
<style>
:host material-input {
line-height: initial;
max-width: 20%;
min-width: 13em;
min-width: 5em;
}
@media screen and (max-width: 400px) {
@ -54,9 +53,5 @@
display: none;
}
}
:host material-input input {
color: #fff;
}
</style>
</search-bar>

View File

@ -116,6 +116,12 @@ material-spinner {
font-weight: 400;
}
@media screen and (max-width: 600px) {
.logo {
padding-left: 0;
}
}
h2 {
padding: 16px;
margin: auto;