♻️ Refactor binfile implementation

This commit is contained in:
Andrey Antukh 2022-08-10 19:50:30 +02:00
parent 99ed610dde
commit dd73152afd
5 changed files with 370 additions and 362 deletions

View file

@ -203,7 +203,7 @@
right: 5px;
justify-content: center;
position: absolute;
width: 15px;
width: 30px;
height: 30px;
span {
@ -218,9 +218,11 @@
&.menu {
margin-right: 0;
display: flex;
justify-content: flex-end;
justify-content: center;
align-items: flex-end;
flex-direction: column;
width: 100%;
height: 100%;
> svg {
fill: $color-gray-60;