mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2026-01-10 03:29:36 +01:00
[Style]: fix attachments wrapping
This commit is contained in:
parent
2f9491aeee
commit
7bc1b7b9d1
1 changed files with 4 additions and 3 deletions
|
|
@ -458,13 +458,13 @@ label {
|
||||||
}
|
}
|
||||||
|
|
||||||
.mail-from {
|
.mail-from {
|
||||||
font-size: 1.1rem;
|
font-size: 1.5rem;
|
||||||
color: #b366e6;
|
color: #b366e6;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mail-date {
|
.mail-date {
|
||||||
font-size: 0.95rem;
|
font-size: 1.4rem;
|
||||||
color: #888;
|
color: #888;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
@ -520,7 +520,8 @@ label {
|
||||||
|
|
||||||
.attachments-list {
|
.attachments-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: row;
|
||||||
|
flex-wrap: wrap;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue