Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2018-06-14 14:46:35 +0300
committerAleksander Machniak <alec@alec.pl>2018-06-14 14:46:35 +0300
commite57582baf0d2d9e7028e853c15c7af16ddba4562 (patch)
tree915d8bbc39760972de90b451343ea26b2ca40ab5 /skins
parent006fed33d3365fd0342a930b12707717c203efd5 (diff)
Fix image upload dialog for signatures
Diffstat (limited to 'skins')
-rw-r--r--skins/elastic/styles/widgets/editor.less8
1 files changed, 3 insertions, 5 deletions
diff --git a/skins/elastic/styles/widgets/editor.less b/skins/elastic/styles/widgets/editor.less
index 909a42a29..3a1e9d17c 100644
--- a/skins/elastic/styles/widgets/editor.less
+++ b/skins/elastic/styles/widgets/editor.less
@@ -108,7 +108,7 @@
height: 100% !important;
display: flex;
align-items: center;
- justify-content: end;
+ justify-content: flex-end; // just 'end' does not work in Chrome
.mce-btn {
position: initial;
@@ -680,7 +680,7 @@ html.touch .mce-grid td {
margin-left: 0;
overflow-x: hidden;
overflow-y: auto;
- height: 18em;
+ height: 19.1em;
li {
padding: .25rem;
@@ -716,10 +716,8 @@ html.touch .mce-grid td {
margin: auto;
}
}
- }
- @media screen and (max-width: @screen-width-small) {
- .attachmentslist {
+ html.layout-phone & {
height: auto;
}
}