auto-git:
[change] index.html
This commit is contained in:
35
index.html
35
index.html
@@ -162,24 +162,29 @@
|
||||
#folderTitleArrow.open {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
.interaction-bar {
|
||||
min-height: 3.5rem; /* = h-16 (56px, wie jetzt schon) */
|
||||
padding-top: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
.interaction-bar {
|
||||
font-family: inherit;
|
||||
color: var(--accent);
|
||||
font-weight: 600;
|
||||
font-size: 1rem;
|
||||
border-top: 1px solid var(--border);
|
||||
background: var(--bg-sidebar);
|
||||
}
|
||||
.interaction-bar .flex {
|
||||
line-height: 1.2; /* wenig Zeilenabstand */
|
||||
height: 100%; /* volle Höhe ausnutzen, vertikal zentrieren */
|
||||
}
|
||||
|
||||
.interaction-bar .font-bold {
|
||||
font-size: 1.0em;
|
||||
letter-spacing: 0.02em;
|
||||
}
|
||||
.interaction-bar span {
|
||||
font-size: inherit !important; /* gleiche Größe wie restlicher Text */
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.interaction-bar .flex {
|
||||
margin-left: 100px;
|
||||
}
|
||||
.interaction-bar div > div {
|
||||
margin-bottom: 0.1em; /* nur minimal Abstand */
|
||||
}
|
||||
.interaction-bar div > div:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user