improv: spacing/padding fixes
This commit is contained in:
parent
71cd25c06d
commit
1046778d01
7 changed files with 13 additions and 16 deletions
|
|
@ -975,12 +975,12 @@ impl rule::StyleSheet for Theme {
|
|||
color: self.current_container().divider.into(),
|
||||
width: 1,
|
||||
radius: 0.0.into(),
|
||||
fill_mode: rule::FillMode::Padded(10),
|
||||
fill_mode: rule::FillMode::Padded(8),
|
||||
},
|
||||
Rule::HeavyDivider => rule::Appearance {
|
||||
color: self.current_container().divider.into(),
|
||||
width: 4,
|
||||
radius: 4.0.into(),
|
||||
radius: 2.0.into(),
|
||||
fill_mode: rule::FillMode::Full,
|
||||
},
|
||||
Rule::Custom(f) => f(self),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue