chore: Add nextcloud calendar select

This commit is contained in:
Rene Hampölz 2023-05-26 09:10:58 +00:00
parent 8f4fd6f214
commit 69b96edbde

View file

@ -1729,6 +1729,22 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
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
*/