Merge remote-tracking branch 'origin/main'

This commit is contained in:
Ell 2023-09-10 20:21:38 +02:00
commit 7ebe2161e1
3 changed files with 27 additions and 6 deletions

View file

@ -50,5 +50,14 @@
"links": { "links": {
"Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2973959166" "Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2973959166"
} }
},
{
"name": "Itty for Tiny Life",
"desc": " Adds social media to your Tiny Life! Surely this won't backfire.",
"author": "ssblur",
"section": "mods",
"links": {
"Workshop": "https://steamcommunity.com/sharedfiles/filedetails/?id=2965803577"
}
} }
] ]

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 KiB

View file

@ -91,22 +91,24 @@ pre.highlight {
.feature-title, .feature-title,
.community-content-box-content { .community-content-box-content {
margin-top: 10px; margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding: 10px; padding: 10px;
color: white; color: white;
background: rgb(0, 0, 0, 0.7); background: rgb(0, 0, 0, 0.7);
position: absolute; position: absolute;
text-align: center; text-align: center;
transform: translate(-50%, 0); left: 0;
left: 50%; right: 0;
top: 0; top: 0;
white-space: nowrap; width: fit-content;
max-width: 75%;
} }
.community-content-box-content { .community-content-box-content {
margin: 0; margin-bottom: 50px;
top: auto; top: auto;
bottom: 50px; bottom: 0;
white-space: initial;
} }
.community-content-box { .community-content-box {
@ -265,4 +267,14 @@ body.dark-mode hr {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
.feature-title,
.community-content-box-content {
max-width: 95%;
margin-bottom: 20px;
}
.community-desc {
display: none;
}
} }