mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-15 15:19:10 +01:00
32 lines
431 B
Text
32 lines
431 B
Text
|
.custom-frames-view {
|
||
|
padding: 0 !important;
|
||
|
overflow: hidden !important;
|
||
|
}
|
||
|
|
||
|
.custom-frames-view-file {
|
||
|
padding: 0;
|
||
|
overflow: auto;
|
||
|
}
|
||
|
|
||
|
.custom-frames-frame {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
border: none;
|
||
|
background-color: white;
|
||
|
background-clip: content-box;
|
||
|
}
|
||
|
|
||
|
.custom-frames-add {
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
|
||
|
.custom-frames-show {
|
||
|
margin-bottom: 18px;
|
||
|
}
|
||
|
|
||
|
.custom-frames-support {
|
||
|
max-width: 50%;
|
||
|
width: 400px;
|
||
|
height: auto;
|
||
|
}
|