100vh fleet mode for firefox

This commit is contained in:
jr-k 2024-02-28 15:20:42 +01:00
parent abf2c52e35
commit 637b6197cb

View File

@ -2,7 +2,7 @@
<head> <head>
<title>Obscreen - Fleet View</title> <title>Obscreen - Fleet View</title>
<style> <style>
html {margin:0;padding:0;display:flex;flex:1;background: #0f0035;font-family: 'Arial', 'sans-serif'; color: white;} html {margin:0;padding:0;display:flex;flex:1;background: #0f0035;font-family: 'Arial', 'sans-serif'; color: white;height:100vh;}
body {margin:0;padding:0;display:flex;flex:1;flex-direction: column} body {margin:0;padding:0;display:flex;flex:1;flex-direction: column}
ul {list-style:none;margin: 0;padding:0;display: flex;flex-direction: row;border-bottom: 1px solid #0eef5f;} ul {list-style:none;margin: 0;padding:0;display: flex;flex-direction: row;border-bottom: 1px solid #0eef5f;}
ul li {flex:1;display: flex;flex-direction: row;justify-content: center;align-items: center;border-right: 1px solid #0eef5f;} ul li {flex:1;display: flex;flex-direction: row;justify-content: center;align-items: center;border-right: 1px solid #0eef5f;}