mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 08:27:03 +03:00
chore: Add nextcloud calendar select
This commit is contained in:
parent
8f4fd6f214
commit
69b96edbde
1 changed files with 16 additions and 0 deletions
|
|
@ -1729,6 +1729,22 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* nextcloud calendar select
|
||||||
|
*/
|
||||||
|
|
||||||
|
#rl-app #V-PopupsNextcloudCalendars li {
|
||||||
|
padding: 5px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center !important;
|
||||||
|
border-bottom: solid 1px var(--color-border);
|
||||||
|
}
|
||||||
|
|
||||||
|
#rl-app #V-PopupsNextcloudCalendars li button {
|
||||||
|
margin-left: auto !important;
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* contacts
|
* contacts
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue