mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 05:52:49 +08:00
remove user page mini-avatar wrappers
This commit is contained in:
parent
4b4d775ad9
commit
4d6ca00e2b
|
@ -166,11 +166,6 @@ body {
|
|||
.avatar-wrapper {
|
||||
background-color: $secondary;
|
||||
display: inline-block;
|
||||
border: 1px solid scale-color-diff();
|
||||
@include border-radius-all(5px);
|
||||
img {
|
||||
@include border-radius-all(4px);
|
||||
}
|
||||
}
|
||||
|
||||
.profiler-results.profiler-left {
|
||||
|
|
|
@ -10,12 +10,8 @@
|
|||
display: inline-block;
|
||||
color: $primary;
|
||||
}
|
||||
.avatar-wrapper {
|
||||
border: none;
|
||||
}
|
||||
.avatar-link {
|
||||
margin-right: 3px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -331,7 +331,7 @@
|
|||
}
|
||||
.avatar-link {
|
||||
float: left;
|
||||
margin-right: 10px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.title {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue
Block a user