Fix OSD preview under low resolutions
parent
18bff02242
commit
903e5d3d06
|
@ -477,9 +477,10 @@ button {
|
|||
|
||||
.tab-osd .preview {
|
||||
width: 360px;
|
||||
}
|
||||
float: left;
|
||||
position: sticky;
|
||||
top: 0px;
|
||||
|
||||
.tab-osd .preview {
|
||||
/* please don't copy the generic background image from another project
|
||||
* and replace the one that @nathantsoi took :)
|
||||
*/
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
</div>
|
||||
<div class="cf_column twothird">
|
||||
|
||||
<div class="gui_box grey preview requires-osd-feature" style="float: left; position: fixed;">
|
||||
<div class="gui_box grey preview requires-osd-feature">
|
||||
|
||||
<div class="gui_box_titlebar image">
|
||||
<div class="spacer_box_title">
|
||||
|
|
Loading…
Reference in New Issue