[ui] fix column bottom margin

This commit is contained in:
Tomáš Mládek 2022-02-27 19:17:02 +01:00
parent 9fc11d00bd
commit 1cf027f281
No known key found for this signature in database
GPG key ID: 65E225C8B3E2ED8A

View file

@ -61,7 +61,7 @@
padding: 0 1rem;
// header margin magic
height: calc(100% - 3.5rem - 1rem - 1px);
height: calc(100% - 3.5rem - 2 * 1rem - 1px);
margin-top: 1rem;
margin-bottom: var(--footer-height);
}