diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-30 10:03:21 +0100 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-30 10:03:21 +0100 |
| commit | b4f1d273a4b1dcee9738b81cee6cae4c35aad610 (patch) | |
| tree | 0ce51999d69d23daa4439457e54161222925efb1 /frontend/src/css/Sidebar.css | |
| parent | frontend: maplist chapter param fix (diff) | |
| download | lphub-b4f1d273a4b1dcee9738b81cee6cae4c35aad610.tar.gz lphub-b4f1d273a4b1dcee9738b81cee6cae4c35aad610.tar.bz2 lphub-b4f1d273a4b1dcee9738b81cee6cae4c35aad610.zip | |
frontend: random css stuff
Diffstat (limited to 'frontend/src/css/Sidebar.css')
| -rw-r--r-- | frontend/src/css/Sidebar.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/frontend/src/css/Sidebar.css b/frontend/src/css/Sidebar.css index 396f6ac..a91862e 100644 --- a/frontend/src/css/Sidebar.css +++ b/frontend/src/css/Sidebar.css | |||
| @@ -77,7 +77,7 @@ | |||
| 77 | width: 310px; | 77 | width: 310px; |
| 78 | height: 40px; | 78 | height: 40px; |
| 79 | border-radius: 20px; | 79 | border-radius: 20px; |
| 80 | padding: 0.4em 0 0 11px; | 80 | padding: 0.3em 0 0 11px; |
| 81 | 81 | ||
| 82 | transition: | 82 | transition: |
| 83 | width .3s, | 83 | width .3s, |
| @@ -85,6 +85,10 @@ | |||
| 85 | padding .3s; | 85 | padding .3s; |
| 86 | } | 86 | } |
| 87 | 87 | ||
| 88 | .sidebar-button .avatar-img { | ||
| 89 | border-radius: 50px; | ||
| 90 | } | ||
| 91 | |||
| 88 | .logout-button{ | 92 | .logout-button{ |
| 89 | display: grid; | 93 | display: grid; |
| 90 | grid-template-columns: 50px auto; | 94 | grid-template-columns: 50px auto; |