Tighten ACP forum actions and avatar handling

This commit is contained in:
Micha
2026-01-13 00:07:25 +01:00
parent 3bb2946656
commit 98094459e3
9 changed files with 116 additions and 38 deletions

View File

@@ -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;