client.note.index style fixes
gitea/salix/dev This commit has test failures Details

This commit is contained in:
Juan Ferrer 2019-10-05 00:44:25 +02:00
parent 06fad628bc
commit c2dcae5577
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@
model="model" model="model"
class="vn-w-md"> class="vn-w-md">
<vn-card class="vn-pa-md"> <vn-card class="vn-pa-md">
<div class="note" <div
ng-repeat="note in notes" ng-repeat="note in notes"
class="vn-pa-sm border-solid border-radius vn-mb-sm"> class="note vn-pa-sm border-solid border-radius vn-mb-md">
<vn-horizontal class="vn-mb-sm" style="color: #666"> <vn-horizontal class="vn-mb-sm" style="color: #666">
<vn-one>{{::note.worker.user.nickname}}</vn-one> <vn-one>{{::note.worker.user.nickname}}</vn-one>
<vn-auto>{{::note.created | dateTime:'dd/MM/yyyy HH:mm'}}</vn-auto> <vn-auto>{{::note.created | dateTime:'dd/MM/yyyy HH:mm'}}</vn-auto>