Fix UI issues with the new share modal and notifications

This commit is contained in:
yflory
2019-06-18 14:23:48 +02:00
parent a43fc5efef
commit b0ef3d6021
3 changed files with 18 additions and 12 deletions

View File

@@ -10,7 +10,7 @@
display: flex;
flex-flow: column;
.cp-notification {
height: @notif-height;
min-height: @notif-height;
display: flex;
.cp-notification-content {
flex: 1;

View File

@@ -4,6 +4,7 @@
@import (reference) './avatar.less';
@import (reference) './checkmark.less';
@import (reference) './password-input.less';
@import (reference) "./tools.less";
.share_main () {
.alertify_main();
.checkmark_main(20px);
@@ -41,6 +42,7 @@
display: flex;
input {
flex: 1;
min-width: 0;
margin-bottom: 0 !important;
&::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: @colortheme_alertify-primary-text;
@@ -60,6 +62,7 @@
margin-bottom: 6px;
cursor: default;
transition: order 0.5s, background-color 0.5s;
.tools_unselectable();
&.cp-selected {
background-color: @colortheme_alertify-primary;