mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-22 15:57:52 +01:00
add twa support :3
This commit is contained in:
parent
26d5b4aa8f
commit
3301632c5a
1 changed files with 18 additions and 3 deletions
|
@ -930,12 +930,27 @@ padding: 3px;
|
|||
#more-buttons {
|
||||
column-width: 10em;
|
||||
column-count: 3;
|
||||
column-gap: 0;
|
||||
column-gap: 0;
|
||||
}
|
||||
#more-buttons span { display: block; }
|
||||
#more-buttons span a { display: inline-block; }
|
||||
</style>
|
||||
|
||||
</style>
|
||||
<script type="application/manifest+json">
|
||||
{
|
||||
"name": "PokeTube Mobile TWA",
|
||||
"short_name": "PokeTube",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#ffffff",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/css/yt-ukraine.svg",
|
||||
"sizes": "215x215",
|
||||
"type": "image/svg+xml"
|
||||
}
|
||||
]
|
||||
}
|
||||
</script>
|
||||
<body>
|
||||
|
||||
<div class="app" >
|
||||
|
|
Loading…
Reference in a new issue