RED-8748 - Integrated component view in DocuMine
This commit is contained in:
parent
072d9e3538
commit
b8fe0bca90
@ -72,7 +72,7 @@
|
||||
></iqser-circle-button>
|
||||
</div>
|
||||
|
||||
<div class="annotations-wrapper">
|
||||
<div class="annotations-wrapper" [class.documine-direction]="isDocumine">
|
||||
<div
|
||||
#quickNavigation
|
||||
(keydown)="preventKeyDefault($event)"
|
||||
|
||||
@ -27,6 +27,12 @@
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
|
||||
&.documine-direction {
|
||||
flex-direction: row-reverse;
|
||||
justify-content: space-between;
|
||||
border-left: 1px solid var(--iqser-separator);
|
||||
}
|
||||
|
||||
.content {
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
@ -56,9 +62,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
flex-direction: row-reverse;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.quick-navigation,
|
||||
@ -72,7 +75,6 @@
|
||||
|
||||
.quick-navigation {
|
||||
border-right: 1px solid var(--iqser-separator);
|
||||
border-left: 1px solid var(--iqser-separator);
|
||||
min-width: var(--qiuck-navigation-width);
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user