This commit is contained in:
syuilo
2020-03-20 18:11:39 +09:00
parent 933638d035
commit f31c94e2ea
15 changed files with 29 additions and 71 deletions

View File

@@ -3,7 +3,7 @@
<mk-container :show-header="!props.compact" class="container">
<template #header><fa :icon="faBell"/>{{ $t('notifications') }}</template>
<div class="tl">
<div>
<x-notifications/>
</div>
</mk-container>
@@ -81,10 +81,5 @@ export default define({
flex-grow: 1;
}
}
.tl {
background: var(--bg);
padding: 8px;
}
}
</style>