2022-03-22 13:17:10 +01:00
|
|
|
.custom-frames-view {
|
2023-05-22 19:37:17 +02:00
|
|
|
padding: 0 !important;
|
|
|
|
overflow: hidden !important;
|
2022-03-22 00:51:28 +01:00
|
|
|
}
|
|
|
|
|
2022-04-13 21:59:39 +02:00
|
|
|
.custom-frames-view-file {
|
2023-05-22 19:37:17 +02:00
|
|
|
padding: 0;
|
|
|
|
overflow: auto;
|
2022-04-13 21:59:39 +02:00
|
|
|
}
|
|
|
|
|
2022-03-22 13:17:10 +01:00
|
|
|
.custom-frames-frame {
|
2023-05-22 19:37:17 +02:00
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border: none;
|
|
|
|
background-color: white;
|
|
|
|
background-clip: content-box;
|
2022-03-22 00:51:28 +01:00
|
|
|
}
|
2022-03-22 13:17:10 +01:00
|
|
|
|
2022-04-08 14:23:05 +02:00
|
|
|
.custom-frames-add {
|
2023-05-22 19:37:17 +02:00
|
|
|
margin-left: 10px;
|
2022-03-22 13:17:10 +01:00
|
|
|
}
|
2022-03-23 18:06:12 +01:00
|
|
|
|
2022-04-08 14:23:05 +02:00
|
|
|
.custom-frames-show {
|
2023-05-22 19:37:17 +02:00
|
|
|
margin-bottom: 18px;
|
2022-04-08 14:23:05 +02:00
|
|
|
}
|
|
|
|
|
2022-03-23 18:06:12 +01:00
|
|
|
.custom-frames-support {
|
2023-05-22 19:37:17 +02:00
|
|
|
max-width: 50%;
|
|
|
|
width: 400px;
|
|
|
|
height: auto;
|
2022-03-23 18:06:12 +01:00
|
|
|
}
|