diff --git a/src/components/docker-registry-ui.riot b/src/components/docker-registry-ui.riot
index 2115842..a84b786 100644
--- a/src/components/docker-registry-ui.riot
+++ b/src/components/docker-registry-ui.riot
@@ -214,6 +214,10 @@ along with this program. If not, see .
display: flex;
}
+ material-navbar .nav-wrapper .menu {
+ flex-shrink: 1;
+ }
+
material-footer {
color: var(--footer-neutral-text);
background-color: var(--footer-background);
diff --git a/src/components/search-bar.riot b/src/components/search-bar.riot
index edaaeb4..4b4691b 100644
--- a/src/components/search-bar.riot
+++ b/src/components/search-bar.riot
@@ -45,8 +45,7 @@
diff --git a/src/style.scss b/src/style.scss
index c388983..3c7631c 100644
--- a/src/style.scss
+++ b/src/style.scss
@@ -116,6 +116,12 @@ material-spinner {
font-weight: 400;
}
+@media screen and (max-width: 600px) {
+ .logo {
+ padding-left: 0;
+ }
+}
+
h2 {
padding: 16px;
margin: auto;