share Conversion section across all C-APDU sub-tabs, remove duplicate from SIM/USIM

This commit is contained in:
2026-08-09 22:27:31 +03:00
parent 5d6460c649
commit 40381bf6a5
2 changed files with 54 additions and 96 deletions
+4 -4
View File
@@ -707,10 +707,6 @@ video {
width: 4rem;
}
.w-2\/3 {
width: 66.666667%;
}
.w-20 {
width: 5rem;
}
@@ -793,6 +789,10 @@ video {
align-items: flex-start;
}
.items-end {
align-items: flex-end;
}
.items-center {
align-items: center;
}