mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-10 17:13:38 +08:00
fix: Nextcloud file picker in Firefox
This commit is contained in:
parent
6bffd8e859
commit
d260d97136
1 changed files with 9 additions and 0 deletions
|
@ -2341,6 +2341,15 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar {
|
|||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
/* fallback (Firefox ignores complete selector list if :has is used) */
|
||||
#rl-app #V-PopupsNextcloudFiles li[data-icon],
|
||||
#rl-app #V-PopupsNextcloudFiles li details summary {
|
||||
padding: 5px 10px;
|
||||
display: flex;
|
||||
align-items: center !important;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
#rl-app #V-PopupsNextcloudFiles li button,
|
||||
#rl-app #V-PopupsNextcloudFiles li input {
|
||||
margin-left: auto !important;
|
||||
|
|
Loading…
Reference in a new issue