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');
#scene {
min-height: 92vh;
margin-left: 15vw;
min-height: 100vh;
overflow: hidden;
}
#ui {
position: absolute;
top: 3.5rem;
max-width: 15vw;
top: 2rem;
min-width: 100vw;
min-height: 100vh;
z-index: 5;
}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html data-theme="light">
<html>
<head>
<meta charset='utf-8'>
<title>WebArchi</title>
@ -19,19 +19,6 @@
<script src='main.js' type="module"></script>
</head>
<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="ui" data-theme="light">
<div class="file ml-4">
@ -49,7 +36,8 @@
</span>
</label>
</div>
</div>
<div class="container p-3" style="min-height: 200px;">
<span class="is-large"></span>
</div>
</div>
</body>