Apply .imageFeed img styles globally

pull/4202/head
Isaac Connor 2022-04-27 21:45:23 -04:00
parent fc78133733
commit e7928a449d
1 changed files with 10 additions and 0 deletions
web/skins/classic/css/base

View File

@ -760,3 +760,13 @@ a.flip {
}
#shutdownButton i {
}
.imageFeed {
margin: 0 auto;
text-align: center;
vertical-align: middle;
position: relative;
}
.imageFeed img {
max-width: 100%;
max-height: 100%;
}