fix some settings styling

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-08-26 23:58:12 +02:00
parent e634a42609
commit 860bb8ffba
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@
&__header {
padding-left: 44px;
color: var(--color-primary-element);
padding-top: 8px;
}
}

View File

@ -289,6 +289,7 @@ export default {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: calc(100% - 2 * 44px);
}
&__share,
&__menu .icon-more {