studio and comments support

This commit is contained in:
biglyderv 2024-09-18 05:02:20 -04:00
parent 1bb22a2808
commit a674674369
No known key found for this signature in database
GPG key ID: 33AC87E9ACE66954
3 changed files with 125 additions and 17 deletions

View file

@ -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;
}