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-29 10:41:48 +00:00
|
|
|
padding: 0.25em;
|
2021-01-28 11:16:10 +00:00
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#view-title {
|
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
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#view-title a {
|
2021-03-05 08:08:54 +00:00
|
|
|
color: var(--lumo-header-text-color);
|
2021-01-28 11:16:10 +00:00
|
|
|
}
|
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#input-bar {
|
2021-06-18 11:34:26 +00:00
|
|
|
width: 75%;
|
2021-09-29 08:15:51 +00:00
|
|
|
/* require a larger width on small screens! */
|
|
|
|
min-width: min(100%, 1100px);
|
2021-02-06 09:41:28 +00:00
|
|
|
flex-grow: 1;
|
2021-08-31 08:56:03 +00:00
|
|
|
align-items: flex-end;
|
|
|
|
padding: 0 1em;
|
|
|
|
margin-top: -0.5em;
|
2021-02-06 09:41:28 +00:00
|
|
|
justify-content: end;
|
2021-01-29 00:25:49 +00:00
|
|
|
}
|
2021-03-12 09:37:19 +00:00
|
|
|
|
2021-08-31 08:56:03 +00:00
|
|
|
#help-icon {
|
2021-03-12 09:37:19 +00:00
|
|
|
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
|
|
|
}
|