mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2338] PDF Thumbnail Pane - close button (#2977)
* close thumblist panel * thumbnails template container
This commit is contained in:
committed by
Eugenio Romano
parent
ec3b208b84
commit
9bbdf4331e
@@ -22,7 +22,25 @@
|
||||
}
|
||||
|
||||
&__thumbnails {
|
||||
position: relative; height: 100%; width: 140px; background-color: rgba(0, 0, 0, 0.12);
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 190px;
|
||||
background-color: rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
|
||||
.thumbnails-template {
|
||||
&__container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
&__buttons {
|
||||
height: 45px;
|
||||
justify-content: flex-end;
|
||||
align-items: flex-end;
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
&__container {
|
||||
|
Reference in New Issue
Block a user