diff options
| author | Jenny Yu <jennyyu212@outlook.com> | 2022-06-15 13:50:14 -0700 |
|---|---|---|
| committer | Jenny Yu <jennyyu212@outlook.com> | 2022-06-15 13:50:14 -0700 |
| commit | a42db3ee7baf57772df13726d10c43996039c014 (patch) | |
| tree | aa4e13a7e24208333f9607a08d5d39ca62a3e60c /src/client/views/DashboardView.scss | |
| parent | fbdddaeba99f5dbffffa4668e53b27006b7895f6 (diff) | |
fix: do not auto create dashboard
Diffstat (limited to 'src/client/views/DashboardView.scss')
| -rw-r--r-- | src/client/views/DashboardView.scss | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/client/views/DashboardView.scss b/src/client/views/DashboardView.scss index 06f331c13..3db23b86f 100644 --- a/src/client/views/DashboardView.scss +++ b/src/client/views/DashboardView.scss @@ -47,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 |
