Merge pull request #5945 from mempool/mononaut/fix-cubo-mobile

fix cubo mobile layout
This commit is contained in:
wiz
2025-06-27 13:11:10 +09:00
committed by GitHub

View File

@@ -53,7 +53,7 @@ tr, td, th {
} }
.filename { .filename {
width: 50%; width: 35%;
max-width: 300px; max-width: 300px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@@ -61,7 +61,7 @@ tr, td, th {
} }
.hash { .hash {
width: 25%; width: 20%;
max-width: 700px; max-width: 700px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
@@ -81,10 +81,12 @@ td.hash {
.id { .id {
width: 40%; width: 40%;
overflow: hidden;
text-overflow: ellipsis;
} }
.verified { .verified {
width: 25%; width: 20%;
} }
td.verified { td.verified {
color: var(--tertiary); color: var(--tertiary);
@@ -92,6 +94,7 @@ td.verified {
.proof { .proof {
width: 25%; width: 25%;
padding-left: 0;
} }
.badge-verify { .badge-verify {