mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 17:57:38 +00:00
fix(mail(js)): add collapse button to toolbar of HTML editor
It is useful on small screens to be able to collapse the toolbar.
This commit is contained in:
@@ -303,13 +303,18 @@ md-sidenav {
|
||||
|
||||
// Message body container of mail composer dialog
|
||||
.sg-mail-editor-content {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
.cke_chrome {
|
||||
border-color: transparent;
|
||||
}
|
||||
.cke_top {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
position: sticky;
|
||||
}
|
||||
// Fix margin of toolbar collapser button
|
||||
a.cke_toolbox_collapser {
|
||||
margin: 4px 2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user