mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
use app unit in replaced elements (#31178)
* use app unit in replaced elements * more app unit usage * Avoid unnecessary into() * Run ./mach fmt * use scaleby * update --------- Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
271176094d
commit
091653417a
6 changed files with 82 additions and 70 deletions
|
@ -1779,7 +1779,7 @@ impl IndependentFormattingContext {
|
|||
.make_fragments(&replaced.style, size.clone());
|
||||
let content_rect = LogicalRect {
|
||||
start_corner: pbm_sums.start_offset(),
|
||||
size,
|
||||
size: size.into(),
|
||||
};
|
||||
|
||||
BoxFragment::new(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue