search submit button adapted to navbar

This commit is contained in:
nklhrstv 2020-02-19 12:53:06 +02:00
parent 968b001db5
commit f4e9010cd4

View file

@ -42,8 +42,8 @@
flex-direction: row;
justify-content: center;
align-items: center;
width: var(--nav-bar-size);
height: var(--nav-bar-size);
width: var(--horizontal-nav-bar-size);
height: var(--horizontal-nav-bar-size);
background-color: var(--color-secondarylight60);
.icon {