Fix virtual-sample footer display
This commit is contained in:
parent
e85ff55bdb
commit
e88de9afd3
1 changed files with 3 additions and 6 deletions
|
|
@ -92,16 +92,13 @@
|
|||
|
||||
/* Footer */
|
||||
.dialog [data-pc-section="footer"] {
|
||||
height: var(--footer-h);
|
||||
height: var(--dialog-footer-h);
|
||||
padding: 1rem;
|
||||
color: var(--color-white);
|
||||
background: var(--color-white-10);
|
||||
display: flex;
|
||||
gap: var(--space-16);
|
||||
}
|
||||
.dialog#virtual-sample [data-pc-section="footer"] {
|
||||
padding: 0;
|
||||
}
|
||||
.dialog#virtual-sample [data-pc-section="footer"] > *:not(#toggle-comments) {
|
||||
.dialog.static#virtual-sample [data-pc-section="footer"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue