refactor rust side of the code

This commit is contained in:
2024-12-04 18:01:59 +00:00
parent b8576ad2fe
commit c56e564fa3
5 changed files with 95 additions and 44 deletions
+2 -10
View File
@@ -137,16 +137,9 @@ div.buttons {
}
}
.button_container {
position: absolute;
bottom: 0;
left: 0;
right: 0;
}
ul.buttons {
list-style-type: none;
margin: -8px;
margin: 0px;
padding: 0;
@include flex-center;
flex-wrap: wrap;
@@ -162,7 +155,6 @@ ul.buttons {
div.footer {
@include flex-center;
height: 3em;
font-size: 0.95em;
height: 2.4em;
gap: 5px;
}