mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Bug 958714 Remove special case for flex & grid items' percent block-axis margin/padding resolution, to align with other browsers
This commit is contained in:
parent
8ba429e41d
commit
a99820e3ab
8 changed files with 30 additions and 51 deletions
|
|
@ -67,18 +67,18 @@ b40 {
|
|||
width: 42px;
|
||||
/* This margin-left is 20% of 98px-wide grid area */
|
||||
margin-left: 19.6px;
|
||||
/* This padding-bottom is 10% of 47.5px tall grid area */
|
||||
/* This padding-bottom is 10% of 98px wide grid area */
|
||||
/* This padding-left is 30% of 98px wide grid area */
|
||||
padding: 1px 3px 4.75px 29.4px;
|
||||
padding: 1px 3px 9.8px 29.4px;
|
||||
}
|
||||
.v.r {
|
||||
height: 42px;
|
||||
width: 42px;
|
||||
/* This margin-left is 20% of 54px-wide grid area */
|
||||
margin-left: 10.8px;
|
||||
/* This padding-bottom is 10% of 102.5px tall grid area */
|
||||
/* This padding-bottom is 10% of 54px wide grid area */
|
||||
/* This padding-left is 30% of 54px wide grid area */
|
||||
padding: 1px 3px 10.25px 16.2px;
|
||||
padding: 1px 3px 5.4px 16.2px;
|
||||
}
|
||||
|
||||
.r { position:relative; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue