small cleanups and lints
This commit is contained in:
parent
924baf6b01
commit
d62716e301
3 changed files with 5 additions and 6 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
<div class="chunk" id="chunk-E">
|
<div class="chunk" id="chunk-E">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<img id="mascot" src="/static/pleromatan_apology_small.webp">
|
<img id="mascot" alt="A cute mascot" src="/static/pleromatan_apology_small.webp">
|
||||||
</div>
|
</div>
|
||||||
<div id="status" class="css-ok">
|
<div id="status" class="css-ok">
|
||||||
<!-- (。>﹏<) -->
|
<!-- (。>﹏<) -->
|
||||||
|
|
|
||||||
|
|
@ -6,4 +6,4 @@
|
||||||
Pleroma install containing the real ToS for your instance.</p>
|
Pleroma install containing the real ToS for your instance.</p>
|
||||||
<p>See the <a href='https://docs.pleroma.social/backend/configuration/static_dir/'>Pleroma documentation</a> for more information.</p>
|
<p>See the <a href='https://docs.pleroma.social/backend/configuration/static_dir/'>Pleroma documentation</a> for more information.</p>
|
||||||
<br>
|
<br>
|
||||||
<img src="/static/logo.svg" style="display: block; margin: auto; max-width: 100%; height: 50px; object-fit: contain;" />
|
<img src="/static/logo.svg" alt="Pleroma Logo" style="display: block; margin: auto; max-width: 100%; height: 50px; object-fit: contain;" />
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
|
@import '@fortawesome/fontawesome-svg-core/styles.css';
|
||||||
|
@import '@kazvmoe-infra/pinch-zoom-element/dist/pinch-zoom.css';
|
||||||
|
|
||||||
// stylelint-disable rscss/class-format
|
// stylelint-disable rscss/class-format
|
||||||
/* stylelint-disable no-descending-specificity */
|
/* stylelint-disable no-descending-specificity */
|
||||||
@use "panel";
|
@use "panel";
|
||||||
|
|
||||||
@import '@fortawesome/fontawesome-svg-core/styles.css';
|
|
||||||
@import '@kazvmoe-infra/pinch-zoom-element/dist/pinch-zoom.css';
|
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--status-margin: 0.75em;
|
--status-margin: 0.75em;
|
||||||
--post-line-height: 1.4;
|
--post-line-height: 1.4;
|
||||||
|
|
@ -934,7 +934,6 @@ option {
|
||||||
|
|
||||||
#splash {
|
#splash {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
// transition: opacity 0.5s;
|
|
||||||
|
|
||||||
#status {
|
#status {
|
||||||
&.css-ok {
|
&.css-ok {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue