mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-15 07:09:09 +01:00
31 lines
431 B
Text
31 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;
|
|
}
|