@nextcloud/vue
Version:
Nextcloud vue components
38 lines (33 loc) • 905 B
CSS
._container_fpy51_2 {
margin-top: auto;
padding: var(--default-grid-baseline);
}
._header_fpy51_7 {
margin-block: 0 var(--default-grid-baseline);
margin-inline: var(--default-grid-baseline);
}
/* Overwrite the padding to match NcAppNavigationItem */
._button_fpy51_13 {
padding-inline: 0 calc((var(--default-clickable-area) - 16px) / 2) ;
.button-vue__text {
font-weight: normal;
}
}
._content_fpy51_21 {
display: block;
padding: 10px;
/* prevent scrolled contents from stopping too early */
margin-bottom: calc(-1 * var(--default-grid-baseline));
/* restrict height of settings and make scrollable */
max-height: 300px;
overflow-y: auto;
}
._animationActive_fpy51_33 {
transition-duration: var(--animation-slow);
transition-property: max-height, padding;
overflow-y: hidden ;
}
._animationStop_fpy51_39 {
max-height: 0 ;
padding: 0 10px ;
}