[#181] add todo file, add split CSS files

This commit is contained in:
Robin Scholtes 2023-04-18 20:23:44 +12:00
parent 2093dac4f9
commit 4eff33933e
14 changed files with 473 additions and 457 deletions

View file

@ -321,21 +321,9 @@ input.toggle-string {
background-color: var(--disabled-border-colour) !important;
}
/* ================ experimentation ================ */
#search-results,
#categories {
position: absolute;
top: 40px; /* the height of the search input */
left: 0;
right: 0;
height: auto;
max-height: 60vh;
overflow: scroll;
border-bottom: 1px solid var(--primary-border-colour);
z-index: 20;
display: inline-block;
/* Mobile UI for the dropdown operations search */
.dropdown-operations {
position: relative;
}
#reset-operations.hidden,
@ -344,24 +332,11 @@ input.toggle-string {
z-index: -10;
display: none;
}
/* end mobile UI for the dropdown operations search */
.foo,
#recipe {
position: relative;
}
#rec-list {
position: absolute;
top: 48px; /* the height of recipe title */
left: 0;
right: 0;
height: 100%;
}
#controls {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}