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
6afa9977
Commit
6afa9977
authored
Feb 23, 2021
by
Jonathan Chandra
Browse files
fix responsive styling
parent
ae8b4fdd
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/styles/thread/Form.css
View file @
6afa9977
...
...
@@ -54,7 +54,7 @@ label {
}
.title
{
min-width
:
1056
px
;
min-width
:
303
px
;
max-width
:
1776px
;
font-family
:
"DM Sans"
;
height
:
45px
;
...
...
@@ -66,7 +66,8 @@ label {
}
.topic
{
max-idth
:
400px
;
min-width
:
303px
;
max-width
:
400px
;
font-family
:
"DM Sans"
;
height
:
45px
;
padding
:
12px
16px
;
...
...
@@ -77,7 +78,7 @@ label {
}
.body
{
min-width
:
1056
px
;
min-width
:
303
px
;
max-width
:
1776px
;
font-family
:
"DM Sans"
;
height
:
320px
;
...
...
@@ -89,7 +90,7 @@ label {
}
.username
{
min-width
:
1056
px
;
min-width
:
303
px
;
max-width
:
1776px
;
font-family
:
"DM Sans"
;
height
:
45px
;
...
...
src/styles/thread/Post.css
View file @
6afa9977
#post
{
min-width
:
1056
px
;
min-width
:
303
px
;
max-width
:
1776px
;
margin-bottom
:
20px
;
font-family
:
"DM Sans"
;
...
...
src/styles/thread/PreviewThread.css
View file @
6afa9977
#threadCard
{
min-width
:
1056
px
;
min-width
:
303
px
;
max-width
:
1776px
;
margin-bottom
:
20px
;
padding
:
20px
;
...
...
src/styles/thread/Thread.css
View file @
6afa9977
...
...
@@ -54,7 +54,7 @@
}
.commentBox
{
min-width
:
1056
px
;
min-width
:
303
px
;
max-width
:
1776px
;
font-family
:
"DM Sans"
;
height
:
120px
;
...
...
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