mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-14 22:59:10 +01:00
18 lines
245 B
CSS
18 lines
245 B
CSS
.custom-frames-view {
|
|
padding: 0 !important;
|
|
overflow: hidden !important;
|
|
}
|
|
|
|
.custom-frames-frame {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
}
|
|
|
|
.custom-frames-add {
|
|
padding: 0 0 18px 0;
|
|
}
|
|
|
|
.custom-frames-add button {
|
|
margin-left: 10px;
|
|
}
|