aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css
diff options
context:
space:
mode:
authorWolfboy248 <georgejvindkarlsen@gmail.com>2024-12-11 09:52:05 +0100
committerWolfboy248 <georgejvindkarlsen@gmail.com>2024-12-11 09:52:05 +0100
commitb48f72c3d582651c5612756cb3179d6142c1e28a (patch)
treef522b792196b20f9584ee8d38b13299329887fdd /frontend/src/css
parentfix/frontend: games page css rehaul, small maplist fixes (diff)
downloadlphub-b48f72c3d582651c5612756cb3179d6142c1e28a.tar.gz
lphub-b48f72c3d582651c5612756cb3179d6142c1e28a.tar.bz2
lphub-b48f72c3d582651c5612756cb3179d6142c1e28a.zip
fix/frontend: fixed sidebar title size, removed unnecessary imports
Diffstat (limited to 'frontend/src/css')
-rw-r--r--frontend/src/css/Sidebar.module.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/src/css/Sidebar.module.css b/frontend/src/css/Sidebar.module.css
index 9436a93..356b062 100644
--- a/frontend/src/css/Sidebar.module.css
+++ b/frontend/src/css/Sidebar.module.css
@@ -36,7 +36,7 @@
36 padding-left: 8px; 36 padding-left: 8px;
37} 37}
38 38
39.logoTitle { 39.logoTitle b {
40 display: flex; 40 display: flex;
41 height: 60px; 41 height: 60px;
42 font-size: 56px; 42 font-size: 56px;
@@ -109,6 +109,7 @@
109 height: calc(100% - 54px); 109 height: calc(100% - 54px);
110} 110}
111 111
112/* this can be improved */
112.result { 113.result {
113 margin: 10px 6px 0 6px; 114 margin: 10px 6px 0 6px;
114 height: 80px; 115 height: 80px;