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
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2018-06-19 12:34:12 +0300
committerAleksander Machniak <alec@alec.pl>2018-06-19 12:34:12 +0300
commitfa5023f8f60f3b07ef2da1907ebc980499107000 (patch)
tree6ae9c4b96a3b2fbb7d25e245a7b9496876b9953b
parent4ea790ba37ee556db383a7ee48bfac182b2487a7 (diff)
Update changelog
-rw-r--r--CHANGELOG1
-rw-r--r--skins/elastic/styles/widgets/taskmenu.less2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6b5e56917..0374c3685 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,7 @@ CHANGELOG Roundcube Webmail
- Update to jQuery-minicolors 2.2.6
- Update to TinyMCE 4.7.13
- Remove sample PHP configuration from .htaccess and .user.ini files (#5850)
+- Extend skin_logo setting to allow per skin logos (#6272)
- Use Masterminds/HTML5 parser for better HTML5 support (#5761)
- Add More actions button in Contacts toolbar with Copy/Move actions (#6081)
- Display an error when clicking disabled link to register protocol handler (#6079)
diff --git a/skins/elastic/styles/widgets/taskmenu.less b/skins/elastic/styles/widgets/taskmenu.less
index 1d9d4b319..2bc561cfc 100644
--- a/skins/elastic/styles/widgets/taskmenu.less
+++ b/skins/elastic/styles/widgets/taskmenu.less
@@ -199,7 +199,7 @@
img {
max-height: @layout-touch-header-height;
- max-width: @layout-menu-width*2;
+ max-width: @layout-mobile-menu-width - 50px;
}
a {