aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DashboardView.scss
diff options
context:
space:
mode:
authorNaafiyan Ahmed <naafiyan@gmail.com>2022-06-30 15:40:27 -0400
committerNaafiyan Ahmed <naafiyan@gmail.com>2022-06-30 15:40:27 -0400
commit03c958f8ac95c65e77c337c6ecc4cd6b49f79175 (patch)
treef4b18b179c6b94edb672405e09ea453fbea80b5e /src/client/views/DashboardView.scss
parentaa979bcd302e48982707fb6f12403a48a721f147 (diff)
parentea6e63648b21c46672b1b7cb1da0cbaa6857d0c1 (diff)
merged master
Diffstat (limited to 'src/client/views/DashboardView.scss')
-rw-r--r--src/client/views/DashboardView.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/client/views/DashboardView.scss b/src/client/views/DashboardView.scss
index 67587dd2b..3db23b86f 100644
--- a/src/client/views/DashboardView.scss
+++ b/src/client/views/DashboardView.scss
@@ -2,6 +2,8 @@
padding: 50px;
display: flex;
flex-direction: row;
+ width: 100%;
+ position: absolute;
.left-menu {
display: flex;
@@ -45,4 +47,20 @@
margin: 10px;
font-weight: 500;
}
+
+ img {
+ width: auto;
+ height: 80%;
+ }
+
+ .info {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ align-items: center;
+ }
+
+ .more {
+ z-index: 100;
+ }
} \ No newline at end of file