FIX: Resume bottom buttons width

This commit is contained in:
MajorDroolz
2022-12-19 15:19:57 -05:00
parent 183316b0d1
commit b123c11550

View File

@@ -99,6 +99,9 @@ footer.navbar {
animation: var(--enter) footer-enter;
will-change: transform, filter;
user-select: none;
display: flex;
justify-content: space-between;
width: 3em;
}
.footer-icon {