Improved the compactcomposer #1498

This commit is contained in:
the-djmaze 2024-04-23 03:17:41 +02:00
parent b4dbf249ee
commit d198ad5a59
4 changed files with 15 additions and 213 deletions

View file

@ -1,4 +1,4 @@
.squire-toolbar {
.CompactComposer .squire-toolbar {
padding-top: 4px;
padding-bottom: 0;
overflow: visible;
@ -7,13 +7,13 @@
min-height: auto;
}
.squire-toolbar > .btn-group {
.CompactComposer .squire-toolbar > .btn-group {
margin-bottom: 4px;
}
.squire-toolbar > .btn-group > a.btn,
.squire-toolbar button.btn,
.squire-toolbar select.btn {
.CompactComposer .squire-toolbar > .btn-group > a.btn,
.CompactComposer .squire-toolbar button.btn,
.CompactComposer .squire-toolbar select.btn {
line-height: 20px;
padding-top: 4px;
padding-bottom: 4px;
@ -41,6 +41,10 @@
display: block;
fill: var(--dialog-clr, #333);
}
.squire-toolbar-menu .squire-toolbar-svg-icon {
display: block;
fill: var(--dropdown-menu-color, inherit);
}
.squire2-mode-wysiwyg .squire-plain,
.squire2-mode-source .squire-wysiwyg,
@ -53,11 +57,11 @@
display: block;
}
.squire-toolbar > .squire-toolbar-menu-wrap:last-child {
.CompactComposer .squire-toolbar > .squire-toolbar-menu-wrap:last-child {
float: right;
}
.squire-toolbar.mode-plain .squire-html-mode-item {
.CompactComposer .squire-toolbar.mode-plain .squire-html-mode-item {
display: none;
}
@ -85,4 +89,4 @@
#V-PopupsCompose .compact .attachmentList {
margin: 0;
padding: 0;
}
}