aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/pages/profile.css
diff options
context:
space:
mode:
authorNidboj132 <28981031+Nidboj132@users.noreply.github.com>2023-12-23 14:09:35 +0100
committerGitHub <noreply@github.com>2023-12-23 14:09:35 +0100
commit62c116189a1b66667f5843e3a069add05c2487f8 (patch)
treef051e5937b781ae3d67ef9854c2b3285158c3270 /frontend/src/components/pages/profile.css
parentfix: sql typo discussions delete (#142) (diff)
downloadlphub-62c116189a1b66667f5843e3a069add05c2487f8.tar.gz
lphub-62c116189a1b66667f5843e3a069add05c2487f8.tar.bz2
lphub-62c116189a1b66667f5843e3a069add05c2487f8.zip
feat: discussion page (#137)
Diffstat (limited to 'frontend/src/components/pages/profile.css')
-rw-r--r--frontend/src/components/pages/profile.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/src/components/pages/profile.css b/frontend/src/components/pages/profile.css
index 677fa9b..4944ade 100644
--- a/frontend/src/components/pages/profile.css
+++ b/frontend/src/components/pages/profile.css
@@ -174,7 +174,7 @@ span.titles{
174 height: 34px; 174 height: 34px;
175 display: grid; 175 display: grid;
176 font-size: 20px; 176 font-size: 20px;
177 padding-left: 60px; 177 padding-left: 40px;
178 margin: 0 20px; 178 margin: 0 20px;
179 grid-template-columns: 15% 15% 5% 15% 5% 15% 15% 15%; 179 grid-template-columns: 15% 15% 5% 15% 5% 15% 15% 15%;
180} 180}
@@ -194,7 +194,7 @@ span.titles{
194 height: 44px; 194 height: 44px;
195 195
196 border-radius: 20px; 196 border-radius: 20px;
197 padding: 0 0 0 60px; 197 padding: 0 0 0 40px;
198 font-size: 20px; 198 font-size: 20px;
199 199
200 color: inherit; 200 color: inherit;
@@ -205,6 +205,7 @@ span.titles{
205 display: grid; 205 display: grid;
206 grid-template-columns: 15% 15% 5% 15% 5% 15% 15% 15%; 206 grid-template-columns: 15% 15% 5% 15% 5% 15% 15% 15%;
207 overflow: hidden; 207 overflow: hidden;
208 white-space: nowrap;
208 209
209 transition: height .2s 210 transition: height .2s
210} 211}