Updated dashboard

I accidentally removed 100% width from image container, causing files that did not have thumbnails to be left-aligned instead of centered, or something like that.
This commit is contained in:
Bobby Wibowo 2018-04-09 01:48:32 +07:00
parent 7978325cd6
commit 8af32c457f
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<link rel="stylesheet" type="text/css" href="libs/bulma/bulma.min.css?v=vvtL7Y3cjD">
<link rel="stylesheet" type="text/css" href="libs/fontello/fontello.css?v=vvtL7Y3cjD">
<link rel="stylesheet" type="text/css" href="css/style.css?v=vvtL7Y3cjD">
<link rel="stylesheet" type="text/css" href="css/dashboard.css?v=05ggeziHgM">
<link rel="stylesheet" type="text/css" href="css/dashboard.css?v=8XQkPhnc2S">
<script type="text/javascript" src="libs/sweetalert/sweetalert.min.js?v=vvtL7Y3cjD"></script>
<script type="text/javascript" src="libs/axios/axios.min.js?v=vvtL7Y3cjD"></script>
<script type="text/javascript" src="libs/clipboard.js/clipboard.min.js?v=vvtL7Y3cjD"></script>

View File

@ -92,6 +92,7 @@ html {
overflow: hidden;
max-width: 100%;
max-height: 100%;
width: 100%;
}
.image-container .file-checkbox {