Skip to content
This repository has been archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
updates block
Browse files Browse the repository at this point in the history
  • Loading branch information
Beelink committed Mar 13, 2019
1 parent 5a8cc8a commit 2c68134
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 6 deletions.
36 changes: 30 additions & 6 deletions css/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ label.title {
}

label.subtitle {
font-size: 24px;
font-size: 22px;
}

.app-icon {
Expand Down Expand Up @@ -105,8 +105,9 @@ hr {
.description {
display: inline-block;
width: 480px;
margin-bottom: 32px;
padding: 16px;
margin: 4px;
padding: 8px;
border-left: var(--color-top) solid 2px;
}

.main {
Expand All @@ -125,7 +126,7 @@ hr {
text-align: left;
}

.description label {
.description label, .updates label {
display: block;
text-align: left;
}
Expand All @@ -134,7 +135,9 @@ hr {
display: inline-block;
width: 480px;
vertical-align: top;
padding: 16px;
padding: 8px;
margin: 4px;
border-left: var(--color-top) solid 2px;
}

/*
Expand All @@ -145,10 +148,27 @@ hr {
██ ██ ███████ ███████
*/

.home {
margin-top: 16px;
display: inline-block;
width: 400px;
}

.home label {
display: block;
vertical-align: bottom;
}

.home-link {
padding: 2px;
display: inline-block;
}

.home-icon {
margin-top: -16px;
border-radius: 4px;
box-shadow: 0 0 8px var(--color-back-overdark);
display: block;
float: left;
}

.tile {
Expand Down Expand Up @@ -447,4 +467,8 @@ footer {
.tile .preview {
width: calc(100% - 32px);
}

.home {
width: 100%;
}
}
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,15 @@
<img class="screenshot" src="imgs/apps/arrowbrowser/devs.png">
<img class="screenshot" src="imgs/apps/arrowbrowser/beta.png">

<hr>
<label class="title">Updates</label><br><br>

<div class="updates">
<label>26.02.2019</label>
<label class="subtitle">Beta v1.0.0</label>
<label>Arrow Browser is available!</label>
</div>

<!--
███████ ██████ ██████ ████████ ███████ ██████
██ ██ ██ ██ ██ ██ ██ ██ ██
Expand Down

0 comments on commit 2c68134

Please sign in to comment.