Skip to content

Commit 63be0c6

Browse files
committed
📝 Bump version
1 parent 534498c commit 63be0c6

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

octoprint_fullscreen/static/css/fullscreen.css

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
.fullscreen {
66
pointer-events: all !important;
77
padding: 0 !important;
8-
position: absolute !important;
8+
/* position: absolute !important;
99
top: 0;
10-
left: 0;
10+
left: 0; */
1111
width: 100%;
1212
height: 100%;
1313
background: black;
14-
z-index: 99;
14+
/* z-index: 99; */
1515

1616
display: -ms-flexbox;
1717
display: -webkit-flex;
@@ -30,6 +30,7 @@
3030
align-content: center;
3131
-webkit-align-items: center;
3232
-ms-flex-align: center;
33+
align-items: center;
3334
}
3435
.fullscreen .webcam_fixed_ratio_inner {
3536
display: -ms-flexbox;
@@ -49,6 +50,7 @@
4950
align-content: center;
5051
-webkit-align-items: center;
5152
-ms-flex-align: center;
53+
align-items: center;
5254
}
5355
.fullscreen img {
5456
width: 100%;
@@ -182,13 +184,14 @@ _:-ms-lang(x), _:-webkit-full-screen, .fullscreen img {
182184
position: static;
183185
}
184186
.inlineFullscreen .webcam_fixed_ratio_inner {
185-
height: 100vh !important;
187+
height: 100% !important;
186188
}
187189
.inlineFullscreen #webcam_rotator {
188-
width: 100vw;
189-
height: 100vh !important;
190+
width: 100%;
191+
height: 100% !important;
190192
padding: 0;
191-
position: absolute;
193+
position: fixed;
192194
top: 0;
193195
left: 0;
196+
z-index: 99;
194197
}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
plugin_name = "OctoPrint-Fullscreen"
1515

1616
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17-
plugin_version = "0.0.4"
17+
plugin_version = "0.0.5"
1818

1919
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
2020
# module

0 commit comments

Comments
 (0)