mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-05-17 13:54:51 +01:00
- Fix COC overlay height - Make standalone gallery usable on mobile devices Before:  After: 
22 lines
410 B
Plaintext
22 lines
410 B
Plaintext
@import "../../../../less/Common/Constants";
|
|
|
|
.galleryContainer {
|
|
padding: @LargeSpace @LargeSpace 30px @LargeSpace;
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
width: 100%;
|
|
font-family: @DataExplorerFont;
|
|
background: @GalleryBackgroundColor;
|
|
}
|
|
|
|
.publicGalleryTabContainer {
|
|
position: relative;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.publicGalleryTabOverlayContent {
|
|
background: white;
|
|
padding: 20px;
|
|
margin: 10%;
|
|
}
|