Improve messenger UI in apps

This commit is contained in:
yflory
2018-09-10 13:20:01 +02:00
parent d4dd58e7df
commit cdce69e677
4 changed files with 89 additions and 13 deletions

View File

@@ -138,7 +138,8 @@
background-color: @toolbar-bg-color;
background-color: var(--toolbar-bg-color);
font: @colortheme_app-font-size @colortheme_font;
width: 400px;
width: 30%;
min-width: 400px;
display: block;
overflow-y: auto;
overflow-x: hidden;