diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-10-26 14:09:49 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 13:09:49 +0300 |
| commit | 713af4f98058224ac531e169229c33404fe2b142 (patch) | |
| tree | b2c1fdd79e38a675867ff5077d2706b98fa7c16f /frontend/src | |
| parent | fix/frontend: ticks_to_time (#288) (diff) | |
| download | lphub-713af4f98058224ac531e169229c33404fe2b142.tar.gz lphub-713af4f98058224ac531e169229c33404fe2b142.tar.bz2 lphub-713af4f98058224ac531e169229c33404fe2b142.zip | |
fix/frontend: sidebar buttons center vertically (#289)
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/css/Sidebar.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/frontend/src/css/Sidebar.css b/frontend/src/css/Sidebar.css index 7be10b8..c7cbc04 100644 --- a/frontend/src/css/Sidebar.css +++ b/frontend/src/css/Sidebar.css | |||
| @@ -76,7 +76,7 @@ | |||
| 76 | .sidebar-button { | 76 | .sidebar-button { |
| 77 | display: grid; | 77 | display: grid; |
| 78 | grid-template-columns: 50px auto; | 78 | grid-template-columns: 50px auto; |
| 79 | place-items: left; | 79 | align-items: center; |
| 80 | text-align: left; | 80 | text-align: left; |
| 81 | 81 | ||
| 82 | background-color: inherit; | 82 | background-color: inherit; |
| @@ -85,7 +85,7 @@ | |||
| 85 | width: 310px; | 85 | width: 310px; |
| 86 | height: 40px; | 86 | height: 40px; |
| 87 | border-radius: 20px; | 87 | border-radius: 20px; |
| 88 | padding: 0.4em 0 0 11px; | 88 | padding: 0 0 0 11px; |
| 89 | 89 | ||
| 90 | transition: | 90 | transition: |
| 91 | width .3s, | 91 | width .3s, |
| @@ -100,7 +100,7 @@ | |||
| 100 | .logout-button { | 100 | .logout-button { |
| 101 | display: grid; | 101 | display: grid; |
| 102 | grid-template-columns: 50px auto; | 102 | grid-template-columns: 50px auto; |
| 103 | place-items: left; | 103 | align-items: center; |
| 104 | text-align: left; | 104 | text-align: left; |
| 105 | 105 | ||
| 106 | background-color: inherit; | 106 | background-color: inherit; |
| @@ -109,7 +109,7 @@ | |||
| 109 | width: 310px; | 109 | width: 310px; |
| 110 | height: 40px; | 110 | height: 40px; |
| 111 | border-radius: 20px; | 111 | border-radius: 20px; |
| 112 | padding: 0.4em 0 0 11px; | 112 | padding: 0 0 0 11px; |
| 113 | 113 | ||
| 114 | transition: | 114 | transition: |
| 115 | width .3s, | 115 | width .3s, |
| @@ -120,7 +120,7 @@ | |||
| 120 | .submit-run-button { | 120 | .submit-run-button { |
| 121 | display: grid; | 121 | display: grid; |
| 122 | grid-template-columns: 50px auto; | 122 | grid-template-columns: 50px auto; |
| 123 | place-items: left; | 123 | align-items: center; |
| 124 | text-align: left; | 124 | text-align: left; |
| 125 | 125 | ||
| 126 | background-color: inherit; | 126 | background-color: inherit; |
| @@ -129,7 +129,7 @@ | |||
| 129 | width: 310px; | 129 | width: 310px; |
| 130 | height: 40px; | 130 | height: 40px; |
| 131 | border-radius: 20px; | 131 | border-radius: 20px; |
| 132 | padding: 0.4em 0 0 11px; | 132 | padding: 0 0 0 11px; |
| 133 | 133 | ||
| 134 | transition: | 134 | transition: |
| 135 | width .3s, | 135 | width .3s, |