diff options
| author | Nidboj132 <lol2s@vp.pl> | 2023-05-06 16:17:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-06 16:17:52 +0200 |
| commit | 5e29c7e9d65f77c0597d81de611a89268cadef1c (patch) | |
| tree | 4d04c0cdea26e0e497134b99c0e34a7d9d478f34 /frontend/src/components/sidebar.css | |
| parent | fix: allow credentials cors (diff) | |
| parent | Merge branch 'pektezol:main' into main (diff) | |
| download | lphub-5e29c7e9d65f77c0597d81de611a89268cadef1c.tar.gz lphub-5e29c7e9d65f77c0597d81de611a89268cadef1c.tar.bz2 lphub-5e29c7e9d65f77c0597d81de611a89268cadef1c.zip | |
Merge pull request #41 from Nidboj132/main
login test
Diffstat (limited to 'frontend/src/components/sidebar.css')
| -rw-r--r-- | frontend/src/components/sidebar.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/frontend/src/components/sidebar.css b/frontend/src/components/sidebar.css index 23d46ad..84600fb 100644 --- a/frontend/src/components/sidebar.css +++ b/frontend/src/components/sidebar.css | |||
| @@ -40,9 +40,10 @@ span>b{ | |||
| 40 | } | 40 | } |
| 41 | #sidebar-toplist>button:nth-child(1){margin-top: 5px;} | 41 | #sidebar-toplist>button:nth-child(1){margin-top: 5px;} |
| 42 | #sidebar-toplist{ | 42 | #sidebar-toplist{ |
| 43 | display: grid; | ||
| 43 | 44 | ||
| 44 | margin: 0 5px 0 5px; | 45 | margin: 0 5px 0 5px; |
| 45 | display: grid; | 46 | justify-items: left; |
| 46 | height: 400px; | 47 | height: 400px; |
| 47 | grid-template-rows: 45px 50px 50px 50px 50px 50px 50px 50px auto; | 48 | grid-template-rows: 45px 50px 50px 50px 50px 50px 50px 50px auto; |
| 48 | } | 49 | } |
| @@ -53,7 +54,6 @@ span>b{ | |||
| 53 | margin: 0 5px 0 5px; | 54 | margin: 0 5px 0 5px; |
| 54 | justify-items: left; | 55 | justify-items: left; |
| 55 | grid-template-rows: calc(100vh - 670px) 50px 50px 50px; | 56 | grid-template-rows: calc(100vh - 670px) 50px 50px 50px; |
| 56 | grid-template-rows: calc(100vh - 670px) 50px 50px 50px; | ||
| 57 | } | 57 | } |
| 58 | button>span{ | 58 | button>span{ |
| 59 | font-family: BarlowSemiCondensed-Regular; | 59 | font-family: BarlowSemiCondensed-Regular; |
| @@ -80,9 +80,7 @@ button{ | |||
| 80 | transition: | 80 | transition: |
| 81 | width .3s, | 81 | width .3s, |
| 82 | background-color .3s; | 82 | background-color .3s; |
| 83 | /* outline: red dotted 1px; */ | ||
| 84 | } | 83 | } |
| 85 | /* button>*{outline: red 1px dotted;} */ | ||
| 86 | 84 | ||
| 87 | button>img { | 85 | button>img { |
| 88 | scale: 1.1; | 86 | scale: 1.1; |