Merge pull request #1662 from ramiresviana/fixes-11
commit
958a44f95e
|
@ -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();
|
||||
|
|
|
@ -167,3 +167,7 @@
|
|||
}
|
||||
|
||||
@import "~material-design-icons/iconfont/material-icons.css";
|
||||
|
||||
.material-icons {
|
||||
font-size: 1.5rem;
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
|
||||
/* * * * * * * * * * * * * * * *
|
||||
|
|
Loading…
Reference in New Issue