mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 12:18:30 +03:00
What's with all this math
This commit is contained in:
parent
5be3e22467
commit
8009a8d743
1 changed files with 7 additions and 4 deletions
|
@ -714,11 +714,14 @@
|
|||
}
|
||||
.status.medium .content ~ * .media-container:is(.media-eq2, .media-gt2),
|
||||
.status.medium .content ~ .media-container:is(.media-eq2, .media-gt2) {
|
||||
/*
|
||||
50px = avatar size
|
||||
12px = gap
|
||||
*/
|
||||
/* 50px = avatar size */
|
||||
margin-left: calc(-1 * ((50px / 2)));
|
||||
/*
|
||||
outer padding = 16px
|
||||
gap = 12px
|
||||
so... 16 - 12 = 4
|
||||
*/
|
||||
margin-right: -4px;
|
||||
}
|
||||
.status.large :is(.media-container, .media-container.media-gt2) {
|
||||
height: auto;
|
||||
|
|
Loading…
Add table
Reference in a new issue