| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/nextcloud/apps/mail/css/ |
Upload File : |
@media only screen and (max-width: $breakpoint-mobile) {
.app-content-list {
max-width: 100vw;
}
/* full width for message list on mobile */
#mail-messages {
width: 100%;
}
/* correctly center loading icon on mobile */
#mail-message-list-loading {
width: 100%;
}
/* overlay message detail on top of message list */
#mail-message {
z-index: 100;
background: var(--color-main-background);
width: 100%;
left: 0;
top: 0;
}
#mail-message-close {
display: block;
position: fixed;
right: 0;
top: 45px;
width: 44px;
height: 44px;
background-size: 24px;
z-index: 101;
cursor: pointer;
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
opacity: 0.4;
}
#mail-message-close:hover,
#mail-message-close:focus {
-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
opacity: 0.6;
}
.hidden-mobile {
display: none;
}
textarea.message-body {
padding-right: 12px;
}
/* reply-forward actions align to the far right */
#mail-thread-header .mail-message-actions {
margin-right: 5px;
}
}