2021-01-28 11:16:10 +00:00
|
|
|
#header {
|
2021-06-16 13:37:35 +00:00
|
|
|
height: 100%;
|
2021-03-08 11:24:15 +00:00
|
|
|
min-width: 100%;
|
2021-03-05 08:08:54 +00:00
|
|
|
align-items: center;
|
2021-03-08 11:24:15 +00:00
|
|
|
overflow-x: auto;
|
2021-03-08 11:42:32 +00:00
|
|
|
overflow-y: hidden;
|
2021-06-16 13:37:35 +00:00
|
|
|
|
2021-06-29 10:41:48 +00:00
|
|
|
padding: 0.25em;
|
2021-01-28 11:16:10 +00:00
|
|
|
}
|
|
|
|
|
2021-06-16 13:37:35 +00:00
|
|
|
|
2021-01-28 11:16:10 +00:00
|
|
|
#header img {
|
2021-03-05 08:08:54 +00:00
|
|
|
border-radius: 50%;
|
|
|
|
height: var(--lumo-size-s);
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: var(--lumo-space-m);
|
|
|
|
overflow: hidden;
|
|
|
|
background-color: var(--lumo-contrast);
|
2021-01-28 11:16:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#viewTitle {
|
2021-03-05 08:08:54 +00:00
|
|
|
font-size: var(--lumo-font-size-l);
|
|
|
|
cursor: pointer;
|
2021-06-16 13:37:35 +00:00
|
|
|
align-self: center;
|
2021-06-18 11:34:26 +00:00
|
|
|
margin: 0 47% 0.5% 0;
|
2021-03-05 08:08:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#viewTitle a {
|
|
|
|
color: var(--lumo-header-text-color);
|
2021-01-28 11:16:10 +00:00
|
|
|
}
|
|
|
|
|
2021-02-06 09:41:28 +00:00
|
|
|
#inputBar {
|
2021-06-18 11:34:26 +00:00
|
|
|
width: 75%;
|
2021-02-06 09:41:28 +00:00
|
|
|
flex-grow: 1;
|
|
|
|
justify-content: end;
|
2021-01-29 00:25:49 +00:00
|
|
|
}
|
2021-03-12 09:37:19 +00:00
|
|
|
|
|
|
|
#helpIcon {
|
|
|
|
color: white;
|
2021-06-16 13:37:35 +00:00
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#top-line {
|
|
|
|
width: 100%;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
#language-select {
|
|
|
|
margin-right: auto;
|
2021-03-12 09:37:19 +00:00
|
|
|
}
|