[#181] place controls in correct position on mobile and desktop, update todo, add new stylesheet for dividers

This commit is contained in:
Robin Scholtes 2023-04-19 21:47:22 +12:00
parent 58d4eb855c
commit bc12a194a0
6 changed files with 53 additions and 58 deletions

View file

@ -7,17 +7,16 @@
*/
#controls {
position: fixed;
bottom: 0;
width: 100%;
padding: 10px 0;
border-top: 1px solid var(--primary-border-colour);
background-color: var(--secondary-background-colour);
overflow: hidden;
position: absolute;
bottom: 0;
width: 100%;
}
#controls-content {
position: relative;
display: flex;
flex-flow: row nowrap;
align-items: center;