* upstream/develop: (59 commits) Fix pipelines and clean up console output switch from method to computed property formatting add tags to data and to status component Remove auto-hyphenation make staff label visible move visibility-tray css in local scope refactor css make only screen name as link refactor css for visibility tray moved setting styles into common to avoid bug with shared styles hide three dot menu button if has no items Eliminate automatic zooming on mobile entity normalizer: add tooltip text to emojis rename for consistency's sake update admin api urls in accordance with new docs Line up rich text format picker with the status form fix lint Cleanup, little documentation, localization update api service functions ...
34 lines
1.1 KiB
HTML
34 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1,user-scalable=no">
|
|
<title>Pleroma</title>
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/ngs/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/ngs/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/ngs/favicon-16x16.png">
|
|
<link rel="manifest" href="/ngs/manifest.json">
|
|
<link rel="mask-icon" href="/ngs/safari-pinned-tab.svg" color="#370f34">
|
|
<meta name="theme-color" content="#370f34">
|
|
<!--server-generated-meta-->
|
|
<link rel="stylesheet" href="/static/font/css/fontello.css">
|
|
<link rel="stylesheet" href="/static/font/css/animation.css">
|
|
<style>
|
|
#app {
|
|
background-position: 50% 50px !important;
|
|
}
|
|
.media.status.USER____hj.highlighted .name-and-links::after {
|
|
content: 'admin';
|
|
display: inline;
|
|
font-size: 8px;
|
|
vertical-align: top;
|
|
line-height: 8px;
|
|
margin-left: 1em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="display: none">
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
</body>
|
|
</html>
|