move Conversion block to right column in C-APDU tab

This commit is contained in:
2026-08-09 22:31:13 +03:00
parent 40381bf6a5
commit 3388048ead
2 changed files with 47 additions and 48 deletions
+4 -4
View File
@@ -695,6 +695,10 @@ video {
width: 33.333333%;
}
.w-1\/4 {
width: 25%;
}
.w-10 {
width: 2.5rem;
}
@@ -789,10 +793,6 @@ video {
align-items: flex-start;
}
.items-end {
align-items: flex-end;
}
.items-center {
align-items: center;
}