100vh fleet mode for firefox
This commit is contained in:
parent
abf2c52e35
commit
637b6197cb
@ -2,7 +2,7 @@
|
||||
<head>
|
||||
<title>Obscreen - Fleet View</title>
|
||||
<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}
|
||||
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;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user