Add files via upload

This commit is contained in:
seb1k 2024-09-14 12:05:18 +02:00 committed by GitHub
parent 0312d7fe1b
commit 1485a81351
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
styles/styles.min.css vendored
View file

@ -29,7 +29,7 @@ padding:2px 10px
.insummary{
opacity:.5;
padding:7px;
padding:0 0 0 7px;
font-size:14px !important;
}
@ -370,6 +370,12 @@ background-color:#888;
right: 8px;
}
#menuleft_cont .sidebar-menu{
color: var(--font);
float: right;
padding-right:12px;
}
html.layout-phone #folderlist-content .sidebar-menu,
html.layout-small #folderlist-content .sidebar-menu,
@ -3687,7 +3693,7 @@ color: var(--font2);
white-space: nowrap;
vertical-align: middle;
color: #2c363a;
padding: 0;
padding: 0 .5rem;
}
@ -6766,7 +6772,6 @@ body.task-error-login #layout #layout-content > .header{
#message-header .header-content {
min-height: 4rem;
flex: 1;
white-space: nowrap;
}
@ -6844,6 +6849,7 @@ body.task-error-login #layout #layout-content > .header{
.message-part {
padding-top: 0.5rem;
position: relative;
}
.message-htmlpart:not(:first-child),
@ -6932,6 +6938,7 @@ body.task-error-login #layout #layout-content > .header{
.message-part div.pre {
font-family: monospace;
font-size: 13px;
word-wrap: break-word;
}
#compose-attachments {