Compare commits

..

No commits in common. "6a76c853c9d7e27cc60ed9cc53330cf21c4b7016" and "872f9ebe0b83d609b165fc8e8bc6542f1784663f" have entirely different histories.

2 changed files with 24 additions and 36 deletions

View File

@ -2,13 +2,13 @@
@import url('../vendor/bulma/css/bulma.min.css'); @import url('../vendor/bulma/css/bulma.min.css');
#scene { #scene {
min-height: 92vh; min-height: 100vh;
margin-left: 15vw;
overflow: hidden; overflow: hidden;
} }
#ui { #ui {
position: absolute; position: absolute;
top: 3.5rem; top: 2rem;
max-width: 15vw; min-width: 100vw;
min-height: 100vh;
z-index: 5; z-index: 5;
} }

View File

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html data-theme="light"> <html>
<head> <head>
<meta charset='utf-8'> <meta charset='utf-8'>
<title>WebArchi</title> <title>WebArchi</title>
@ -19,19 +19,6 @@
<script src='main.js' type="module"></script> <script src='main.js' type="module"></script>
</head> </head>
<body> <body>
<nav class="navbar" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="/">
<span class="icon mr-2">
<i class="fas fa-home"></i>
</span>
WebArchi
</a>
<!-- navbar items, navbar burger... -->
</div>
</nav>
<div class="columns">
<div class="column is-full">
<div id="scene"></div> <div id="scene"></div>
<div id="ui" data-theme="light"> <div id="ui" data-theme="light">
<div class="file ml-4"> <div class="file ml-4">
@ -49,7 +36,8 @@
</span> </span>
</label> </label>
</div> </div>
</div> <div class="container p-3" style="min-height: 200px;">
<span class="is-large"></span>
</div> </div>
</div> </div>
</body> </body>