mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
CSV Export for Mastdon
Added a link to export current active sites in the DB to a consumable CSV file. More formats will be added but this one needs to be tested first based on the ubiquity of Mastodon
This commit is contained in:
12
public/assets/css/front/exports.css
Normal file
12
public/assets/css/front/exports.css
Normal file
@ -0,0 +1,12 @@
|
||||
section[role="exports"] {
|
||||
background: var(--primary);
|
||||
width: 100%;
|
||||
max-width: 600px;
|
||||
padding: 10px;
|
||||
margin: 0 auto;
|
||||
color: var(--white);
|
||||
}
|
||||
|
||||
section[role="exports"] a {
|
||||
color: var(--highlight);
|
||||
}
|
@ -7,3 +7,4 @@
|
||||
@import "about.css";
|
||||
@import "listing.css";
|
||||
@import "location.css";
|
||||
@import "exports.css";
|
||||
|
Reference in New Issue
Block a user