diff options
| author | Michael Foiani <sotech117@Michaels-MacBook-Pro-5.local> | 2022-06-30 17:01:27 -0400 |
|---|---|---|
| committer | Michael Foiani <sotech117@Michaels-MacBook-Pro-5.local> | 2022-06-30 17:01:27 -0400 |
| commit | 785a5f4d3e896fd29479f412b6ac2ed4888ec401 (patch) | |
| tree | 1940e33dc5211cb4f049463fd5bf3ede86bd554f /src/client/views/DashboardView.scss | |
| parent | 622830b6fd673688db938c64d20885d12d3afb28 (diff) | |
| parent | fee343f6a4103661a9aeea1eefe94058a9a074c6 (diff) | |
merge with master
Diffstat (limited to 'src/client/views/DashboardView.scss')
| -rw-r--r-- | src/client/views/DashboardView.scss | 18 |
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 |
