Merge branch 'fix/statuses-page-marging' into 'master'
Quick marging fix See merge request pleroma/admin-fe!61
This commit is contained in:
commit
591e30f185
1 changed files with 6 additions and 1 deletions
|
@ -61,7 +61,9 @@
|
|||
</div>
|
||||
</el-col>
|
||||
<el-row type="flex" class="row-bg" justify="space-between">
|
||||
<el-col :span="18"><h2>{{ $t('userProfile.recentStatuses') }}</h2></el-col>
|
||||
<el-col :span="18">
|
||||
<h2 class="recent-statuses">{{ $t('userProfile.recentStatuses') }}</h2>
|
||||
</el-col>
|
||||
<el-col :span="6" class="show-private">
|
||||
<el-checkbox v-model="showPrivate" @change="onTogglePrivate">
|
||||
{{ $t('userProfile.showPrivateStatuses') }}
|
||||
|
@ -176,4 +178,7 @@ table {
|
|||
line-height: 67px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
.recent-statuses {
|
||||
margin-left: 40px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue