Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Functional Programming
Diskuy-Frontend
Commits
86d485df
Commit
86d485df
authored
Feb 23, 2021
by
Jonathan Chandra
Browse files
fix responsive styling
parent
47cef770
Changes
4
Show whitespace changes
Inline
Side-by-side
src/styles/thread/Form.css
View file @
86d485df
...
...
@@ -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 @
86d485df
#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 @
86d485df
#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 @
86d485df
...
...
@@ -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
.
Attach a 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