RED-8748 - Integrated component view in DocuMine
This commit is contained in:
parent
b8fe0bca90
commit
4841bfc690
@ -78,6 +78,7 @@
|
|||||||
(keydown)="preventKeyDefault($event)"
|
(keydown)="preventKeyDefault($event)"
|
||||||
(keyup)="preventKeyDefault($event)"
|
(keyup)="preventKeyDefault($event)"
|
||||||
[class.active-panel]="pagesPanelActive"
|
[class.active-panel]="pagesPanelActive"
|
||||||
|
[class.border-left]="isDocumine"
|
||||||
class="quick-navigation"
|
class="quick-navigation"
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
>
|
>
|
||||||
|
|||||||
@ -30,7 +30,6 @@
|
|||||||
&.documine-direction {
|
&.documine-direction {
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
border-left: 1px solid var(--iqser-separator);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
@ -80,6 +79,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
|
&.border-left {
|
||||||
|
border-left: 1px solid var(--iqser-separator);
|
||||||
|
}
|
||||||
|
|
||||||
.jump {
|
.jump {
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user