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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
|
||||||
padding: 4px 0;
|
padding: 4px 0;
|
||||||
position: relative;
|
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 {
|
.ribbon-group-label {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: var(--color-text-muted);
|
color: var(--color-text-muted);
|
||||||
@@ -3086,9 +3086,9 @@ body.drawer-open { overflow: hidden; }
|
|||||||
/* ─── CAD-10: Zeichnen-Tab V2-Buttons ─── */
|
/* ─── CAD-10: Zeichnen-Tab V2-Buttons ─── */
|
||||||
.ribbon-draw-content {
|
.ribbon-draw-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-direction: column;
|
||||||
gap: 4px;
|
gap: 2px;
|
||||||
padding: 4px 0;
|
padding: 2px 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.ribbon-v2-btn {
|
.ribbon-v2-btn {
|
||||||
|
|||||||
Reference in New Issue
Block a user