Skip to content
Snippets Groups Projects
Commit b02f3304 authored by Maxim Filippov's avatar Maxim Filippov :new_moon_with_face:
Browse files

Quick marging fix

parent 4d3246a0
No related branches found
No related tags found
1 merge request!61Quick marging fix
...@@ -61,7 +61,9 @@ ...@@ -61,7 +61,9 @@
</div> </div>
</el-col> </el-col>
<el-row type="flex" class="row-bg" justify="space-between"> <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-col :span="6" class="show-private">
<el-checkbox v-model="showPrivate" @change="onTogglePrivate"> <el-checkbox v-model="showPrivate" @change="onTogglePrivate">
{{ $t('userProfile.showPrivateStatuses') }} {{ $t('userProfile.showPrivateStatuses') }}
...@@ -176,4 +178,7 @@ table { ...@@ -176,4 +178,7 @@ table {
line-height: 67px; line-height: 67px;
padding-right: 20px; padding-right: 20px;
} }
.recent-statuses {
margin-left: 40px;
}
</style> </style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment