feat(AboutPage): improve styles and add image heading

This commit is contained in:
sethburkart123
2024-10-07 16:03:07 +11:00
parent a8987b5a7b
commit 6153861f54
2 changed files with 10 additions and 10 deletions
+8
View File
@@ -3070,3 +3070,11 @@ li.MessageList__unread___3imtO {
padding-left: 0px;
padding-bottom: 8px;
}
.whatsnewTextContainer img {
width: 100%;
border-radius: 12px;
aspect-ratio: 16/9;
object-fit: cover;
margin-bottom: 12px;
}