From 097e41fb7f212ef28f7025f24b17e10fe4df8a48 Mon Sep 17 00:00:00 2001 From: Kostya Date: Wed, 6 Dec 2023 11:59:46 +0300 Subject: [PATCH] added test width, height for diamond-icon --- luckydiamond/src/assets/css/PagesStyles/profile.css | 5 +++++ luckydiamond/src/pages/ProfilePage.vue | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/luckydiamond/src/assets/css/PagesStyles/profile.css b/luckydiamond/src/assets/css/PagesStyles/profile.css index ae25b40..64738dc 100644 --- a/luckydiamond/src/assets/css/PagesStyles/profile.css +++ b/luckydiamond/src/assets/css/PagesStyles/profile.css @@ -45,6 +45,11 @@ flex-direction: column; } +.icon-diamond h2 img { + width: 20px; + height: 20px; +} + .deposit-icon { margin: 3px 0 0 10px; } diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index 2f99436..e7a42d7 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -9,7 +9,7 @@
-
+

{{ username }}

{{ balance }}