[O] Reduce height for narrow layout

This commit is contained in:
Hykilpikonna
2019-11-05 22:33:22 -05:00
parent 0477161af2
commit 8f7775bb69
2 changed files with 7 additions and 0 deletions
@@ -97,6 +97,12 @@
}
}
// Narrow layout
.unread-entry.narrow
{
height: 30px;
}
.unread-entry:first-child
{
padding-top: 3px;
@@ -2,6 +2,7 @@
<div class="unread-entry vertical-center"
:class="narrow ? 'narrow' : ''"
:style="`background: ${backgroundColor}`">
<el-row class="unread-row">
<el-col :span="3" class="date">
<span class="month">{{getMoment(assignment.date).format("MMM Do")}}</span>