aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-10-26 13:49:53 +0400
committerGitHub <noreply@github.com>2025-10-26 12:49:53 +0300
commit2e5d83115586392d24543ba119eecc43723f3045 (patch)
tree2e0614c4be5da859bdd9a9a3b3c57a7ec7382894 /frontend
parentfeat/frontend: tablet breakpoints (#285) (diff)
downloadlphub-2e5d83115586392d24543ba119eecc43723f3045.tar.gz
lphub-2e5d83115586392d24543ba119eecc43723f3045.tar.bz2
lphub-2e5d83115586392d24543ba119eecc43723f3045.zip
fix/frontend: tablet view logout button (#286)
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/css/Sidebar.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/src/css/Sidebar.css b/frontend/src/css/Sidebar.css
index 413f32d..7be10b8 100644
--- a/frontend/src/css/Sidebar.css
+++ b/frontend/src/css/Sidebar.css
@@ -365,6 +365,10 @@ a {
365 .search-player>span { 365 .search-player>span {
366 font-size: 23px; 366 font-size: 23px;
367 } 367 }
368
369 .login>button:nth-child(2) {
370 left: 170px;
371 }
368} 372}
369 373
370@media screen and (max-width: 768px) { 374@media screen and (max-width: 768px) {