18 lines
320 B
CSS
18 lines
320 B
CSS
bn-workspace,
|
|
.container {
|
|
width: 100%;
|
|
height: 100%;
|
|
background: var(--material-sidepane);
|
|
flex-grow: 1;
|
|
}
|
|
|
|
bn-workspace #__addonRef__-editor-main #links-container,
|
|
.bn-note-preview #links-container {
|
|
display: none;
|
|
}
|
|
|
|
.bn-note-preview iframe {
|
|
height: var(--details-height, 450px);
|
|
border-radius: 8px;
|
|
}
|