Typicalc/frontend/styles/view/main/upper-bar.css
Arne Keller 6ebe1a7450 Fix keyboard navigation in upper bar
As a bonus, it is now more obvious that the icons are buttons too
2021-03-05 09:08:54 +01:00

35 lines
479 B
CSS

#header {
height: var(--lumo-size-xl);
width: 100%;
align-items: center;
}
#header img {
border-radius: 50%;
height: var(--lumo-size-s);
margin-left: auto;
margin-right: var(--lumo-space-m);
overflow: hidden;
background-color: var(--lumo-contrast);
}
#viewTitle {
font-size: var(--lumo-font-size-l);
cursor: pointer;
}
#viewTitle a {
color: var(--lumo-header-text-color);
}
#helpIcon {
margin-right: 1em;
}
#inputBar {
flex-grow: 1;
justify-content: end;
}