Files
atom/static/image-view.less
2013-06-04 18:43:44 -07:00

23 lines
379 B
Plaintext

.image-view {
margin: 0;
padding: 0;
overflow: auto;
position: relative;
display: -webkit-flex;
.image-container {
height: 100%;
width: 100%;
padding: 10px;
}
img {
box-sizing: content-box;
padding: 25px;
border: 2px solid;
background-image: url(images/transparent-background.gif);
position: relative;
max-width: none;
}
}