mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
[ACS-8498] [ACA] Testing Angular 15 - Toolbar buttons layout is broken
This commit is contained in:
parent
e9e5592e95
commit
b85d2188e4
@ -44,7 +44,7 @@
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
||||
@media screen and (max-width: 1450px) {
|
||||
@media screen and (width <= 1450px) {
|
||||
left: 30%;
|
||||
}
|
||||
}
|
||||
@ -70,8 +70,7 @@
|
||||
@extend .adf-full-screen;
|
||||
|
||||
position: relative;
|
||||
overflow-y: hidden;
|
||||
overflow-x: hidden;
|
||||
overflow: hidden;
|
||||
z-index: 1;
|
||||
background-color: var(--theme-background-color);
|
||||
display: flex;
|
||||
@ -94,7 +93,6 @@
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
position: relative;
|
||||
}
|
||||
@ -154,4 +152,15 @@
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
&-toolbar-actions,
|
||||
.adf-viewer-close-button {
|
||||
#{$mat-icon} {
|
||||
margin-top: -10px;
|
||||
}
|
||||
|
||||
#{$mat-toolbar} {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user