Ajout
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user