fix: Drop workarounds that were resolved since Nextcloud 27

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2024-05-06 17:45:15 +02:00
Родитель 5b2c7af1d6
Коммит aa2f2a05ff
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 45FAE7268762B400
1 изменённых файлов: 0 добавлений и 18 удалений

Просмотреть файл

@ -26,21 +26,3 @@
html {
scroll-padding-top: calc(var(--header-height) + 60px);
}
/* Fix for placeholder styling
* TODO: Can be removed, as soon as it is fixed in server
* Ref.: https://github.com/nextcloud/server/pull/37522
*/
::placeholder {
color: var(--color-text-maxcontrast);
font-size: var(--default-font-size);
}
/* Fix for action-popover alignment
* TODO: Can be removed, as soon as the issue is solved in server or vue-components.
* Ref.: https://github.com/nextcloud/nextcloud-vue/issues/1384
*/
body {
min-height: 100%;
height: auto;
}