add profile boxes
This commit is contained in:
parent
a3143f8060
commit
83f5aa5200
|
@ -1066,6 +1066,7 @@ body.dashboard .dash-title {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-family: var(--primary-font);
|
font-family: var(--primary-font);
|
||||||
margin-bottom: -2px;
|
margin-bottom: -2px;
|
||||||
|
min-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dashboard .dash-title.ulink { padding: 3px 3px 4px 3px; }
|
body.dashboard .dash-title.ulink { padding: 3px 3px 4px 3px; }
|
||||||
|
@ -1554,6 +1555,33 @@ body.profile .profile-box .sidebar {
|
||||||
margin: 0px 2px;
|
margin: 0px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.profile .sidebar .usercard div.userlink img.mycon {
|
||||||
|
width: 32px; height: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.profile .sidebar .container .mainbox {
|
||||||
|
background: var(--primary-container-background);
|
||||||
|
border: var(--primary-container-border);
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.profile .sidebar .container {
|
||||||
|
margin: 8px 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
body.profile .sidebar .container .titlebox {
|
||||||
|
border: var(--primary-container-border);
|
||||||
|
border-bottom: none;
|
||||||
|
background: var(--primary-container-background);
|
||||||
|
display: inline-block;
|
||||||
|
padding: 8px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-family: var(--primary-font);
|
||||||
|
margin-bottom: -2px;
|
||||||
|
min-height: 18px;
|
||||||
|
}
|
||||||
|
body.profile .sidebar .container .titlebox.rlink { float: right; }
|
||||||
|
|
||||||
@media only screen and (orientation: landscape) {
|
@media only screen and (orientation: landscape) {
|
||||||
body.profile .profile-box {
|
body.profile .profile-box {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user