mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
chore: Improve nextcloud file picker
This commit is contained in:
parent
52227a8e29
commit
62cf66b8ec
1 changed files with 33 additions and 7 deletions
|
|
@ -846,8 +846,10 @@ input[type="checkbox"] {
|
||||||
input[type="checkbox"],
|
input[type="checkbox"],
|
||||||
#rl-app .e-checkbox.material-design>div {
|
#rl-app .e-checkbox.material-design>div {
|
||||||
position: unset;
|
position: unset;
|
||||||
width: 18px !important;
|
|
||||||
height: 18px !important;
|
height: 18px !important;
|
||||||
|
width: 18px !important;
|
||||||
|
min-width: 18px !important;
|
||||||
|
flex-shrink: 0 !important;
|
||||||
border: 2px solid var(--color-primary-element);
|
border: 2px solid var(--color-primary-element);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
animation: none;
|
animation: none;
|
||||||
|
|
@ -1707,16 +1709,35 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app #V-PopupsNextcloudFiles li {
|
#rl-app #V-PopupsNextcloudFiles li {
|
||||||
line-height: 33px;
|
line-height: unset;
|
||||||
}
|
|
||||||
|
|
||||||
#rl-app #V-PopupsNextcloudFiles li input {
|
|
||||||
margin: 7px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app #V-PopupsNextcloudFiles li[data-icon],
|
#rl-app #V-PopupsNextcloudFiles li[data-icon],
|
||||||
|
#rl-app #V-PopupsNextcloudFiles li:has(>button[name="create"]),
|
||||||
#rl-app #V-PopupsNextcloudFiles li details summary {
|
#rl-app #V-PopupsNextcloudFiles li details summary {
|
||||||
padding: 3px 10px;
|
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;
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
#rl-app #V-PopupsNextcloudFiles li input {
|
||||||
|
min-width: 100px;
|
||||||
|
flex-shrink: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
#rl-app #V-PopupsNextcloudFiles li button {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#rl-app #V-PopupsNextcloudFiles li button[name="create"] {
|
||||||
|
margin-left: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app #V-PopupsNextcloudFiles li:not(:last-child),
|
#rl-app #V-PopupsNextcloudFiles li:not(:last-child),
|
||||||
|
|
@ -1748,6 +1769,11 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app #V-PopupsNextcloudFiles li[data-icon]::before,
|
||||||
|
#rl-app #V-PopupsNextcloudFiles li details summary[data-icon]::before {
|
||||||
|
margin: 5px 10px 5px 0;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* nextcloud calendar select
|
* nextcloud calendar select
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue