mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2026-01-09 03:09: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 {
|
||||
font-size: 1.1rem;
|
||||
font-size: 1.5rem;
|
||||
color: #b366e6;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.mail-date {
|
||||
font-size: 0.95rem;
|
||||
font-size: 1.4rem;
|
||||
color: #888;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
|
@ -520,7 +520,8 @@ label {
|
|||
|
||||
.attachments-list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue