diff --git a/html/src/app.scss b/html/src/app.scss index 366fc4a2..cdf0234b 100644 --- a/html/src/app.scss +++ b/html/src/app.scss @@ -673,3 +673,12 @@ i.x-user-status.busy { .el-pagination .btn-next { margin-right: 10px; } + +.el-dialog, +.el-message-box { + border-radius: 10px; +} + +.el-tabs__nav-wrap::after { + background-color: #e4e7ed14; +} diff --git a/html/src/index.pug b/html/src/index.pug index 4f90292b..42555298 100644 --- a/html/src/index.pug +++ b/html/src/index.pug @@ -1508,7 +1508,7 @@ html el-tabs(ref="userDialogTabs" @tab-click="userDialogTabClick") el-tab-pane(label="Info") template(v-if="!userDialog.isFriend || isFriendOnline(userDialog.friend)") - div(v-if="userDialog.ref.location" style="display:flex;flex-direction:column;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #eee") + div(v-if="userDialog.ref.location" style="display:flex;flex-direction:column;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #e4e7ed14") div(style="flex:none") location(:location="userDialog.ref.location") template(v-if="userDialog.ref.location && userDialog.ref.location !== 'private' && userDialog.ref.location !== 'offline'")