Toolbar style tweaks
This commit is contained in:
committed by
Jacob Overgaard
parent
86942c34d8
commit
3dfec52d55
@@ -116,6 +116,7 @@ export class UmbTiptapToolbarElement extends UmbLitElement {
|
||||
|
||||
.group {
|
||||
display: inline-flex;
|
||||
flex-wrap: wrap;
|
||||
align-items: stretch;
|
||||
|
||||
&:not(:last-child)::after {
|
||||
|
||||
@@ -75,6 +75,8 @@ export class UmbTiptapToolbarStyleSelectToolbarElement extends UmbLitElement {
|
||||
css`
|
||||
:host {
|
||||
--uui-button-font-weight: normal;
|
||||
|
||||
margin-inline-start: var(--uui-size-space-1);
|
||||
}
|
||||
|
||||
uui-button > uui-symbol-expand {
|
||||
|
||||
@@ -68,6 +68,8 @@ export class UmbTiptapToolbarFontFamilyToolbarElement extends UmbTiptapToolbarBu
|
||||
:host {
|
||||
--uui-button-font-weight: normal;
|
||||
--uui-menu-item-flat-structure: 1;
|
||||
|
||||
margin-inline-start: var(--uui-size-space-1);
|
||||
}
|
||||
|
||||
uui-button > uui-symbol-expand {
|
||||
|
||||
@@ -32,6 +32,8 @@ export class UmbTiptapToolbarFontSizeToolbarElement extends UmbTiptapToolbarButt
|
||||
:host {
|
||||
--uui-button-font-weight: normal;
|
||||
--uui-menu-item-flat-structure: 1;
|
||||
|
||||
margin-inline-start: var(--uui-size-space-1);
|
||||
}
|
||||
|
||||
uui-button > uui-symbol-expand {
|
||||
|
||||
Reference in New Issue
Block a user