fix(#I12XMR): 修正 LTE 样式下新用户提示 badge 位置

#Comment
comment #I12XMR

#Issue
link #I12XMR
This commit is contained in:
Argo Zhang 2019-10-04 13:26:52 +08:00
parent 540bec1810
commit 9ab068674f
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
2 changed files with 12 additions and 16 deletions

View File

@ -33,14 +33,6 @@
transform: none;
}
.header .badge {
top: 4px;
}
.userinfo .badge {
top: 64px;
}
.username {
font-size: 1rem;
vertical-align: middle;
@ -109,6 +101,12 @@
margin-right: 10px;
}
.userinfo .dropdown-item a .badge {
top: 74px;
left: auto;
right: 42px;
}
.userinfo .dropdown-item:last-child {
border-bottom: none;
}

View File

@ -35,14 +35,6 @@
transform: none;
}
.header .badge {
top: 4px;
}
.userinfo .badge {
top: 64px;
}
.username {
font-size: 1rem;
vertical-align: middle;
@ -111,6 +103,12 @@
margin-right: 10px;
}
.userinfo .dropdown-item a .badge {
top: 74px;
left: auto;
right: 42px;
}
.userinfo .dropdown-item:last-child {
border-bottom: none;
}