1
0
Fork 0

Reduce the widening

It gets kinda distracting when it's widen too far to left
This commit is contained in:
Lim Chee Aun 2023-12-05 19:15:08 +08:00
parent 94c2f43c38
commit 5be3e22467

View file

@ -718,7 +718,7 @@
50px = avatar size
12px = gap
*/
margin-left: calc(-1 * (50px + 12px));
margin-left: calc(-1 * ((50px / 2)));
}
.status.large :is(.media-container, .media-container.media-gt2) {
height: auto;