diff --git a/style.css b/style.css index 5dd06413d59fbb13003a85450acf928b9cb7b76e..28c22336b0937334e1a1d7cebd425a42b18968fd 100644 --- a/style.css +++ b/style.css @@ -584,10 +584,14 @@ html.rl-left-panel-disabled #rl-app .b-folders .b-toolbar { flex-direction: column; } -@media screen and(min-width: 1000px) { +@media screen and (min-width: 1000px) { #rl-app .b-folders .btn.buttonContacts { transition: none; } + #rl-popups #V-PopupsCompose a[data-rainloopErrorTip]::before { + white-space: unset; + width: 900px; + } } #rl-app #V-AdminMenu nav, @@ -3836,7 +3840,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; background-color: var(--svg-color-second); - height: 14px; + height: 24px; width: 10px; padding-left: 12px; content: ""; @@ -3851,7 +3855,7 @@ html:not(rl-mobile) #rl-app .hideMessageListCheckbox .checkboxCheckAll { -webkit-mask-position: center center; -webkit-mask-repeat: no-repeat; background-color: var(--svg-color-second); - height: 14px; + height: 24px; width: 10px; padding-left: 12px; content: "";