mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 10:15:37 +03:00
Reduce the widening
It gets kinda distracting when it's widen too far to left
This commit is contained in:
parent
94c2f43c38
commit
5be3e22467
1 changed files with 1 additions and 1 deletions
|
@ -718,7 +718,7 @@
|
||||||
50px = avatar size
|
50px = avatar size
|
||||||
12px = gap
|
12px = gap
|
||||||
*/
|
*/
|
||||||
margin-left: calc(-1 * (50px + 12px));
|
margin-left: calc(-1 * ((50px / 2)));
|
||||||
}
|
}
|
||||||
.status.large :is(.media-container, .media-container.media-gt2) {
|
.status.large :is(.media-container, .media-container.media-gt2) {
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
Loading…
Reference in a new issue