fix(CAD-12c): draw tab groups stack vertically + buttons wrap - all 48 tools visible without scroll
This commit is contained in:
@@ -384,11 +384,11 @@ a:hover { text-decoration: underline; }
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
padding: 4px 0;
|
||||
position: relative;
|
||||
max-width: 100%;
|
||||
}
|
||||
.ribbon-group-btns { display: flex; align-items: center; gap: 2px; flex: 1; }
|
||||
.ribbon-group-btns { display: flex; align-items: center; gap: 2px; flex: 1; flex-wrap: wrap; justify-content: center; }
|
||||
.ribbon-group-label {
|
||||
font-size: 11px;
|
||||
color: var(--color-text-muted);
|
||||
@@ -3086,9 +3086,9 @@ body.drawer-open { overflow: hidden; }
|
||||
/* ─── CAD-10: Zeichnen-Tab V2-Buttons ─── */
|
||||
.ribbon-draw-content {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 4px;
|
||||
padding: 4px 0;
|
||||
flex-direction: column;
|
||||
gap: 2px;
|
||||
padding: 2px 0;
|
||||
width: 100%;
|
||||
}
|
||||
.ribbon-v2-btn {
|
||||
|
||||
Reference in New Issue
Block a user