ObsidianCustomFrames/styles.css

23 lines
331 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 button {
margin-left: 10px;
}
2022-03-23 18:06:12 +01:00
.custom-frames-support {
max-width: 50%;
width: 400px;
height: auto;
}