Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Functional Programming
Diskuy-Frontend
Commits
4e460ae6
Commit
4e460ae6
authored
Mar 04, 2021
by
Jonathan
Browse files
Merge branch 'jonathan' into 'master'
Jonathan See merge request
!50
parents
c6478c94
491bdcd9
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/components/LoginForm.jsx
View file @
4e460ae6
...
...
@@ -23,7 +23,7 @@ export default function LoginForm(props) {
const
handleGoogleLoginFailed
=
()
=>
{};
return
(
<
div
className
=
"loginFormContainer"
>
<
div
className
=
"loginFormCo
mponentCo
ntainer"
>
<
h1
>
<
b
>
Login to discuss anything on Diskuy
</
b
>
</
h1
>
...
...
src/components/thread/Thread.jsx
View file @
4e460ae6
...
...
@@ -112,7 +112,7 @@ export default function Thread(props) {
<
div
className
=
"addCommentSection"
>
<
h3
>
Write a Comment
</
h3
>
<
form
onSubmit
=
{
handleSubmit
}
>
<
div
className
=
"comment
f
ormCo
mponentCo
ntainer"
>
<
div
className
=
"comment
F
ormContainer"
>
<
textarea
className
=
"commentBox"
placeholder
=
"Write your comment here"
...
...
src/styles/LoginForm.css
View file @
4e460ae6
.login
f
ormComponentContainer
{
.login
F
ormComponentContainer
{
margin-top
:
36px
;
margin-left
:
72px
;
margin-right
:
72px
;
...
...
@@ -11,20 +11,20 @@
margin-bottom
:
72px
;
}
.login
f
ormComponentContainer
h1
{
.login
F
ormComponentContainer
h1
{
margin-bottom
:
40px
;
text-align
:
center
;
}
@media
only
screen
and
(
min-device-width
:
320px
)
and
(
max-device-width
:
540px
)
{
.login
f
ormComponentContainer
{
.login
F
ormComponentContainer
{
margin-top
:
24px
;
margin-left
:
36px
;
margin-right
:
36px
;
margin-bottom
:
184px
;
}
.login
f
ormComponentContainer
h1
{
.login
F
ormComponentContainer
h1
{
font-size
:
28px
;
text-align
:
center
;
}
...
...
src/styles/thread/Thread.css
View file @
4e460ae6
...
...
@@ -64,7 +64,7 @@
margin-bottom
:
0px
;
}
.comment
f
ormCo
mponentCo
ntainer
{
.comment
F
ormContainer
{
display
:
flex
;
flex-direction
:
column
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment