1
0

Reformat CSS for consistency

This commit is contained in:
2025-05-26 10:36:16 +02:00
parent 80f15645b1
commit b4b3fe7fee

View File

@@ -162,29 +162,29 @@
#folderTitleArrow.open { #folderTitleArrow.open {
transform: rotate(90deg); transform: rotate(90deg);
} }
.interaction-bar { .interaction-bar {
min-height: 3.5rem; /* = h-16 (56px, wie jetzt schon) */ min-height: 3.5rem; /* = h-16 (56px, wie jetzt schon) */
padding-top: 0 !important; padding-top: 0 !important;
padding-bottom: 0 !important; padding-bottom: 0 !important;
font-size: 0.95rem; font-size: 0.95rem;
} }
.interaction-bar .flex { .interaction-bar .flex {
line-height: 1.2; /* wenig Zeilenabstand */ line-height: 1.2; /* wenig Zeilenabstand */
height: 100%; /* volle Höhe ausnutzen, vertikal zentrieren */ height: 100%; /* volle Höhe ausnutzen, vertikal zentrieren */
} }
.interaction-bar span { .interaction-bar span {
font-size: inherit !important; /* gleiche Größe wie restlicher Text */ font-size: inherit !important; /* gleiche Größe wie restlicher Text */
font-weight: 500; font-weight: 500;
} }
.interaction-bar div > div { .interaction-bar div > div {
margin-bottom: 0.1em; /* nur minimal Abstand */ margin-bottom: 0.1em; /* nur minimal Abstand */
} }
.interaction-bar div > div:last-child { .interaction-bar div > div:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
</style> </style>
</head> </head>