Fix ketboard icon alignment

This commit is contained in:
Paulo Gustavo Veiga 2022-02-07 19:25:12 -08:00
parent 5d1f9df1c2
commit 46823ccc3e
2 changed files with 2 additions and 0 deletions

View File

@ -136,6 +136,7 @@ div.shareModalDialog {
align-items: flex-end; align-items: flex-end;
bottom: 20px; bottom: 20px;
right: 20px; right: 20px;
align-items: stretch;
} }
div#position { div#position {

View File

@ -27,6 +27,7 @@ div#footer-logo {
#floating-panel { #floating-panel {
bottom: 80px; bottom: 80px;
align-items: stretch;
} }
div#mindplot { div#mindplot {