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
6de4ed1a
Commit
6de4ed1a
authored
Feb 23, 2021
by
Jonathan
Browse files
Merge branch 'jonathan' into 'master'
Jonathan See merge request
!39
parents
636628c2
86d485df
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/components/utility/Footer.jsx
View file @
6de4ed1a
...
...
@@ -38,12 +38,15 @@ function Footer() {
</
Link
>
</
div
>
<
div
className
=
"footerContentContainer"
>
<
p
>
<
b
>
Code
</
b
>
</
p
>
<
a
target
=
"_blank"
href
=
"https://gitlab.cs.ui.ac.id/functional-programming/diskuy-fullstack"
className
=
"footerMenu"
>
<
b
>
Source Code
</
b
>
Source Code
</
a
>
</
div
>
</
div
>
...
...
src/styles/thread/Form.css
View file @
6de4ed1a
...
...
@@ -55,7 +55,7 @@ label {
.title
{
min-width
:
303px
;
max-width
:
177
6px
;
max-width
:
369
6px
;
font-family
:
"DM Sans"
;
height
:
45px
;
padding
:
12px
16px
;
...
...
@@ -79,7 +79,7 @@ label {
.body
{
min-width
:
303px
;
max-width
:
177
6px
;
max-width
:
369
6px
;
font-family
:
"DM Sans"
;
height
:
320px
;
padding
:
12px
16px
;
...
...
@@ -91,7 +91,7 @@ label {
.username
{
min-width
:
303px
;
max-width
:
177
6px
;
max-width
:
369
6px
;
font-family
:
"DM Sans"
;
height
:
45px
;
padding
:
12px
16px
;
...
...
src/styles/thread/Post.css
View file @
6de4ed1a
#post
{
min-width
:
303px
;
max-width
:
177
6px
;
max-width
:
369
6px
;
margin-bottom
:
20px
;
font-family
:
"DM Sans"
;
}
...
...
src/styles/thread/PreviewThread.css
View file @
6de4ed1a
#threadCard
{
min-width
:
303px
;
max-width
:
177
6px
;
max-width
:
369
6px
;
margin-bottom
:
20px
;
padding
:
20px
;
box-shadow
:
0px
0px
8px
1px
rgba
(
0
,
0
,
0
,
0.25
);
...
...
src/styles/thread/Thread.css
View file @
6de4ed1a
...
...
@@ -55,7 +55,7 @@
.commentBox
{
min-width
:
303px
;
max-width
:
177
6px
;
max-width
:
369
6px
;
font-family
:
"DM Sans"
;
height
:
120px
;
padding
:
12px
16px
;
...
...
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