forked from cory/tildefriends
apps: Mobile CSS tweaks.
This commit is contained in:
parent
4f18e744b4
commit
6280d6d167
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "💻",
|
"emoji": "💻",
|
||||||
"previous": "&4rIJI6mkeLcqz/sxe4KEApmyblO8590lNnvlg6nbR1E=.sha256"
|
"previous": "&OFzapemXnBpvXSLlNLy3JQHdTT1wJzmBVjUcpiYf8SQ=.sha256"
|
||||||
}
|
}
|
||||||
|
@ -65,7 +65,7 @@ async function main() {
|
|||||||
const stylesheet = `
|
const stylesheet = `
|
||||||
body {
|
body {
|
||||||
color: whitesmoke;
|
color: whitesmoke;
|
||||||
margin: 16px;
|
margin: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app {
|
.app {
|
||||||
@ -89,19 +89,19 @@ async function main() {
|
|||||||
const body = `
|
const body = `
|
||||||
<h1 style="text-shadow: #808080 0 0 10px;">Welcome to Tilde Friends</h1>
|
<h1 style="text-shadow: #808080 0 0 10px;">Welcome to Tilde Friends</h1>
|
||||||
|
|
||||||
<div id="apps" class="w3-card-4 w3-dark-gray w3-margin">
|
<div id="apps" class="w3-card-4 w3-dark-gray w3-margin-top">
|
||||||
<header class="w3-container w3-light-blue">
|
<header class="w3-container w3-light-blue">
|
||||||
<h2>Your Apps</h2>
|
<h2>Your Apps</h2>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="shared_apps" class="w3-card-4 w3-dark-gray w3-margin">
|
<div id="shared_apps" class="w3-card-4 w3-dark-gray w3-margin-top">
|
||||||
<header class="w3-container w3-light-blue">
|
<header class="w3-container w3-light-blue">
|
||||||
<h2>Shared Apps</h2>
|
<h2>Shared Apps</h2>
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="core_apps" class="w3-card-4 w3-dark-gray w3-margin">
|
<div id="core_apps" class="w3-card-4 w3-dark-gray w3-margin-top">
|
||||||
<header class="w3-container w3-light-blue">
|
<header class="w3-container w3-light-blue">
|
||||||
<h2>Core Apps</h2>
|
<h2>Core Apps</h2>
|
||||||
</header>
|
</header>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user