mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
viewer style fixes (#2743)
This commit is contained in:
parent
c968fbcdac
commit
032f1237f0
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
&__toolbar {
|
&__toolbar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 64px;
|
bottom: 0;
|
||||||
|
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
|
@ -239,7 +239,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 64px;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
@ -89,7 +89,6 @@
|
|||||||
|
|
||||||
&__sidebar {
|
&__sidebar {
|
||||||
width: 350px;
|
width: 350px;
|
||||||
height: 100%;
|
|
||||||
display: block;
|
display: block;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
background-color: #fafafa;
|
background-color: #fafafa;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user