This commit is contained in:
2025-09-11 00:02:38 +02:00
parent e78ea9da35
commit 902c8c52a9
6 changed files with 122 additions and 89 deletions

View File

@@ -82,7 +82,7 @@ body {
}
.cui-cards {
padding: 10px;
padding: 5px;
overflow: auto;
height: 100%;
}
@@ -185,19 +185,16 @@ body {
}
.cui-view {
position: relative;
flex: 1;
min-height: 0;
background: #0a0d13;
height: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.cui-iframe {
position: absolute;
inset: 0;
.cui-iframe, .viewer-iframe {
width: 100%;
height: 100%;
border: 0;
display: none;
display: block;
}
.cui-placeholder {
@@ -295,6 +292,8 @@ body {
/* quand la sidebar est réduite, même anneau interne */
.cui-root.collapsed .cui-card.active {
box-shadow: 0 0 0 2px var(--accent) inset;
width: max-content;
grid-template-columns: 29px 1fr;
}
/* Titre de la barre du haut : ellipsis propre si le nom est long */