studio and comments support
This commit is contained in:
parent
1bb22a2808
commit
a674674369
3 changed files with 125 additions and 17 deletions
30
css/app.css
30
css/app.css
|
@ -39,7 +39,8 @@ section#area-main {
|
|||
}
|
||||
|
||||
sub {
|
||||
color: rgb(33, 156, 70)
|
||||
color: rgb(33, 156, 70);
|
||||
display: block;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
@ -105,6 +106,10 @@ pre {
|
|||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#area-main.nogrid {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.proj {
|
||||
text-align: center;
|
||||
max-width: 240px;
|
||||
|
@ -123,3 +128,26 @@ pre {
|
|||
.eras a {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.user {
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
border-radius: 60px;
|
||||
}
|
||||
|
||||
.commenter {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
pre {
|
||||
max-width: 500px;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.commenter > div {
|
||||
margin-bottom: 30px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue