Fix custom logo size in Elastic (#6424)

pull/6429/head
Aleksander Machniak 6 years ago
parent e9ea2f2aeb
commit ff819c56ba

@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Fix custom logo size in Elastic (#6424)
- Fix listing the same attachment multiple times on forwarded messages
- Fix compatibility with MySQL 8 - error on 'system' table use
- Managesieve: Fix bug where show_real_foldernames setting wasn't respected (#6422)

@ -135,13 +135,14 @@ a {
.task-login #layout > .content {
text-align: center;
width: 100%;
display: block;
}
.task-login #layout .content #logo {
display: inline-block;
position: relative;
top: 18vh;
height: 90px;
max-height: 90px;
}
#login-form {

Loading…
Cancel
Save