forked from cybrespace/mastodon
Adjust css for user detail page (#1463)
- details a background for contrast - add 5px padding to the top of the `details-counters` children to line them up with the bio to the right (Which has a 5px padding on the top)
This commit is contained in:
parent
11898a6461
commit
c9b9225951
|
@ -72,6 +72,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
background: rgba(0,0,0,0.5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.details-counters {
|
.details-counters {
|
||||||
|
@ -83,7 +84,7 @@
|
||||||
.counter {
|
.counter {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
color: $color3;
|
color: $color3;
|
||||||
padding: 0 10px;
|
padding: 5px 10px 0px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
border-right: 1px solid $color3;
|
border-right: 1px solid $color3;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
Loading…
Reference in New Issue