Merge pull request #1662 from ramiresviana/fixes-11

pull/1627/head^2
Oleg Lobanov 2021-11-11 16:45:53 +01:00 committed by GitHub
commit 958a44f95e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View File

@ -106,7 +106,7 @@ export default {
return filesize(this.size);
},
humanTime: function () {
if (this.user.dateFormat) {
if (this.readOnly == undefined && this.user.dateFormat) {
return moment(this.modified).format("L LT");
}
return moment(this.modified).fromNow();

View File

@ -167,3 +167,7 @@
}
@import "~material-design-icons/iconfont/material-icons.css";
.material-icons {
font-size: 1.5rem;
}

View File

@ -314,11 +314,11 @@ main .spinner .bounce2 {
}
#editor-container .breadcrumbs span {
font-size: 12px;
font-size: .75rem;
}
#editor-container .breadcrumbs i {
font-size: 16px;
font-size: 1rem;
}
/* * * * * * * * * * * * * * * *
@ -334,7 +334,7 @@ main .spinner .bounce2 {
background: rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0,0,0,0.1);
box-shadow: 0 0 0 0;
font-size: 14px;
font-size: 1rem;
}
/* * * * * * * * * * * * * * * *