Tighten ACP forum actions and avatar handling
This commit is contained in:
@@ -1422,11 +1422,24 @@ a {
|
||||
}
|
||||
|
||||
.bb-portal-user-avatar {
|
||||
width: 72px;
|
||||
height: 72px;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
border-radius: 12px;
|
||||
background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.04));
|
||||
border: 1px solid rgba(255, 255, 255, 0.15);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: var(--bb-accent, #f29b3f);
|
||||
font-size: 2rem;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bb-portal-user-avatar img {
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 150px;
|
||||
max-height: 150px;
|
||||
}
|
||||
|
||||
.bb-portal-user-name {
|
||||
@@ -1644,6 +1657,14 @@ a {
|
||||
border-color: color-mix(in srgb, var(--bb-accent, #f29b3f) 85%, #000);
|
||||
}
|
||||
|
||||
.bb-tree-action-group {
|
||||
width: 176px;
|
||||
}
|
||||
|
||||
.bb-tree-action-group .bb-action-group {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.bb-drag-handle {
|
||||
font-size: 1.2rem;
|
||||
line-height: 1;
|
||||
|
||||
Reference in New Issue
Block a user