mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 07:57:02 +03: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;
|
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 button,
|
||||||
#rl-app #V-PopupsNextcloudFiles li input {
|
#rl-app #V-PopupsNextcloudFiles li input {
|
||||||
margin-left: auto !important;
|
margin-left: auto !important;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue