ObsidianCustomFrames/styles.css

21 lines
302 B
CSS
Raw Normal View History

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