filesafe/dist/css/thumbs.css
Bobby Wibowo e10ce7807f
Updated
Auto-close some Sweetalert success dialogs after 1.5s.

Fixed edit user not displaying user's new username properly.

Disabled eslint-plugin-compat on some lines that won't work in
Safari 5.1.
Optionally look into not supporting the browser altogether.

Bumped v1 version string.
2019-10-29 19:39:44 +07:00

3 lines
843 B
CSS

.image-container{-webkit-box-flex:0;flex:none;position:relative;width:224px;height:224px;margin:.75rem;padding:11px;overflow:hidden;-webkit-box-align:center;align-items:center;border:1px solid #585858}.image-container .title{font-weight:400;word-break:break-all}.image-container .image{display:-webkit-box;display:flex;height:200px;width:200px;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.image-container .image img{max-height:100%;max-width:100%;height:auto;width:auto}.image-container .details{position:absolute;left:11px;bottom:11px;right:11px;background-color:rgba(0,0,0,.56078);color:#eff0f1;padding:3px;font-size:.75rem}.image-container .details p{display:block;text-overflow:ellipsis;overflow:hidden}.image-container .details p span{font-weight:700}
/*# sourceMappingURL=thumbs.css.map */