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