committed by
backportbot[bot]
parent
05939792a1
commit
ca4e0c122b
@@ -192,7 +192,7 @@ export default {
|
||||
min-width: 100%;
|
||||
height: 100vh;
|
||||
max-height: calc(100vh - 120px);
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
@@ -92,7 +92,6 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.modal__content {
|
||||
width: 25vw;
|
||||
min-width: 250px;
|
||||
min-height: 120px;
|
||||
margin: 20px 20px 100px 20px;
|
||||
|
||||
@@ -209,6 +209,10 @@ section.app-sidebar__tab--active {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.modal-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
// FIXME: Obivously we should at some point not randomly reuse the sidebar component
|
||||
// since this is not oficially supported
|
||||
.modal__card .app-sidebar {
|
||||
@@ -222,10 +226,18 @@ section.app-sidebar__tab--active {
|
||||
max-width: calc(100% - #{$modal-padding * 2});
|
||||
padding: 0 14px;
|
||||
height: 97%;
|
||||
overflow: initial;
|
||||
overflow: hidden !important;
|
||||
user-select: text;
|
||||
-webkit-user-select: text;
|
||||
|
||||
.app-sidebar-header__mainname-container {
|
||||
padding-top: calc(var(--default-grid-baseline, 4px) * 2);
|
||||
}
|
||||
|
||||
.app-sidebar-tabs {
|
||||
max-height: 90%;
|
||||
}
|
||||
|
||||
// FIXME: test
|
||||
&:deep {
|
||||
.app-sidebar-header {
|
||||
|
||||
@@ -350,4 +350,10 @@ export default {
|
||||
.forced-active {
|
||||
box-shadow: inset 4px 0 var(--color-primary-element);
|
||||
}
|
||||
|
||||
:deep(.active) {
|
||||
.material-design-icon svg {
|
||||
fill: var(--color-primary-element-text);
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user