diff options
| author | Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> | 2024-07-10 21:51:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 22:51:25 +0300 |
| commit | cfac59282da55f4791d6352f15887a15e9ff6ec5 (patch) | |
| tree | bf8cea62f60f9239073a9cf82648d69d1e6b6a1c /frontend/src/components/pages/summary.css | |
| parent | feat: return portal counts for each cat in chapter select (#175) (diff) | |
| download | lphub-cfac59282da55f4791d6352f15887a15e9ff6ec5.tar.gz lphub-cfac59282da55f4791d6352f15887a15e9ff6ec5.tar.bz2 lphub-cfac59282da55f4791d6352f15887a15e9ff6ec5.zip | |
Games page, maplist page (#153)
Co-authored-by: Wolfboy248 <105884620+Wolfboy248@users.noreply.github.com>
Diffstat (limited to '')
| -rw-r--r-- | frontend/src/components/pages/summary.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/src/components/pages/summary.css b/frontend/src/components/pages/summary.css index c99a0bf..8c6ec35 100644 --- a/frontend/src/components/pages/summary.css +++ b/frontend/src/components/pages/summary.css | |||
| @@ -35,8 +35,8 @@ | |||
| 35 | border: none; | 35 | border: none; |
| 36 | transition: background-color .1s; | 36 | transition: background-color .1s; |
| 37 | } | 37 | } |
| 38 | #section1>div>.nav-button:nth-child(1){border-radius: 20px 0 0 20px;} | 38 | /* #section1>div>.nav-button:nth-child(1){border-radius: 0px;}:nth-child(1){border-radius: 20px 0 0 20px;} |
| 39 | #section1>div>.nav-button:nth-child(2){border-radius: 0 20px 20px 0;margin-left: 2px;} | 39 | #section1>div>.nav-button:nth-child(2){border-radius: 0 20px 20px 0;margin-left: 2px;} */ |
| 40 | .nav-button>span{padding: 0 8px 0 8px;} | 40 | .nav-button>span{padding: 0 8px 0 8px;} |
| 41 | .nav-button:hover{background-color: #202232;cursor: pointer;} | 41 | .nav-button:hover{background-color: #202232;cursor: pointer;} |
| 42 | 42 | ||