Skip to content

Commit

Permalink
deploy: 991da68
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmas committed Jan 5, 2024
1 parent a37d725 commit f434048
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 79 deletions.
19 changes: 19 additions & 0 deletions assets/index-325cacd5.js

Large diffs are not rendered by default.

19 changes: 0 additions & 19 deletions assets/index-bc9a76f2.js

This file was deleted.

9 changes: 1 addition & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


<title>Stuff in Space</title>
<script type="module" crossorigin src="/StuffInSpace/assets/index-bc9a76f2.js"></script>
<script type="module" crossorigin src="/StuffInSpace/assets/index-325cacd5.js"></script>
<link rel="modulepreload" crossorigin href="/StuffInSpace/assets/vendor-e5c7e806.js">
</head>
<body class="loading">
Expand Down Expand Up @@ -86,13 +86,6 @@
<div class="sat-info-value" id="sat-period">100 min</div>
</div>
</div>
<div id="zoom-controls">
<!--
<div id="center-loc" class="zoom-button">❂</div>
-->
<div id="zoom-in" class="zoom-button">+</div>
<div id="zoom-out" class="zoom-button">-</div>
</div>
<div id="load-cover">
<div id="loader">
<div id="spinner-holder"><img src="/StuffInSpace/images/loading.gif" alt="loading" class="loading-spinner"/></div>
Expand Down
52 changes: 0 additions & 52 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -354,58 +354,6 @@ body.loading .toolbar {
display: none;
}

#zoom-controls {
position:absolute;
right: 20px;
bottom: 20px;
width: 40px;
/* height:70px; */
background: black;
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 5px;
overflow: hidden;
}

.zoom-button {
height: 35px;
font-size: 20px;
font-weight: bold;
line-height: 35px;
text-align: center;
cursor: pointer;
border: 1px solid rgba(255, 255, 255, 0.2);

-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}

.zoom-button:first-child {
border-radius: 5px 5px 0 0;
}

.zoom-button:last-child {
border-radius: 0 0 5px 5px;
}

.zoom-button:hover {
background: #c33;
}

.zoom-button:active {
background: #511;
}

#zoom-in {
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#zoom-out {

}

#about-box {
right: 10px;
width: 500px;
Expand Down

0 comments on commit f434048

Please sign in to comment.