Fix UI issues with the new share modal and notifications
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user