ObsidianCustomFrames/styles.css
2022-03-23 11:56:49 +01:00

21 lines
302 B
CSS

.custom-frames-view {
padding: 0 !important;
overflow: hidden !important;
}
.custom-frames-frame {
width: 100%;
height: 100%;
border: none;
background-color: white;
background-clip: content-box;
}
.custom-frames-add {
padding: 0 0 18px 0;
}
.custom-frames-add button {
margin-left: 10px;
}