Browse Source

Fullscreen centering

Ryan 4 months ago
parent
commit
d8c0acb57a
1 changed files with 9 additions and 0 deletions
  1. 9 0
      v86.css

+ 9 - 0
v86.css

@@ -6,6 +6,15 @@
     padding: 4px;
     color: #fff;
 }
+#screen_container:fullscreen {
+    display: flex !important;
+    align-items: center;
+    justify-content: center;
+}
+#screen_container:fullscreen #vga {
+    width: auto !important;
+    height: 100% !important;
+}
 #runtime_infos, #filesystem_panel {
     float: left;
     width: 250px;