From ad151fb252bebd4d8330ad728687553956822ff2 Mon Sep 17 00:00:00 2001 From: Mononaut Date: Fri, 27 Jun 2025 03:50:40 +0000 Subject: [PATCH] fix cubo mobile layout --- .../simpleproof-widget/simpleproof-widget.component.scss | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/components/simpleproof-widget/simpleproof-widget.component.scss b/frontend/src/app/components/simpleproof-widget/simpleproof-widget.component.scss index b018e87a3..ad0bf96dd 100644 --- a/frontend/src/app/components/simpleproof-widget/simpleproof-widget.component.scss +++ b/frontend/src/app/components/simpleproof-widget/simpleproof-widget.component.scss @@ -53,7 +53,7 @@ tr, td, th { } .filename { - width: 50%; + width: 35%; max-width: 300px; overflow: hidden; text-overflow: ellipsis; @@ -61,7 +61,7 @@ tr, td, th { } .hash { - width: 25%; + width: 20%; max-width: 700px; overflow: hidden; text-overflow: ellipsis; @@ -81,10 +81,12 @@ td.hash { .id { width: 40%; + overflow: hidden; + text-overflow: ellipsis; } .verified { - width: 25%; + width: 20%; } td.verified { color: var(--tertiary); @@ -92,6 +94,7 @@ td.verified { .proof { width: 25%; + padding-left: 0; } .badge-verify {