personal-website/resources/sys/img-viewer/img-viewer.css

18 lines
357 B
CSS
Raw Normal View History

2023-04-12 21:05:23 +00:00
.Img-Viewer-Picture-Container{
width: 100%;
height: 100%;
}
.Img-Viewer-Picture{
width: 100%;
height: 100%;
2023-04-29 17:02:00 +00:00
/* background-image: url("./test-image.jpg");
2023-04-12 21:05:23 +00:00
background-size: contain;
background-repeat: no-repeat;
2023-04-29 17:02:00 +00:00
background-position: center center; */
2023-04-12 21:05:23 +00:00
}
2023-04-29 17:02:00 +00:00
2023-04-12 21:05:23 +00:00
.Img-Viewer-Picture-Toolbar{
width: 100%;
height: 35px;
}