summaryrefslogtreecommitdiff
path: root/web/source/css
diff options
context:
space:
mode:
authorLibravatar f0x52 <f0x@cthu.lu>2022-08-07 17:58:01 +0200
committerLibravatar GitHub <noreply@github.com>2022-08-07 17:58:01 +0200
commitf2a6ae3ef8dee5764bf99e051c4a2ff548b1d8ca (patch)
tree5c853ad758fe0d3702bf870d21392ebc87582813 /web/source/css
parent[frontend] style blockquote nicely within content (#742) (diff)
downloadgotosocial-f2a6ae3ef8dee5764bf99e051c4a2ff548b1d8ca.tar.xz
[feature] Photoswipe gallery (#740)
* implement photoswipe galleries * dependency wrangling * photoswipe-dynamic-caption plugin
Diffstat (limited to 'web/source/css')
-rw-r--r--web/source/css/status.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/source/css/status.css b/web/source/css/status.css
index 705934eb6..c1aff7ac8 100644
--- a/web/source/css/status.css
+++ b/web/source/css/status.css
@@ -16,6 +16,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+@import "photoswipe/dist/photoswipe.css";
+@import "photoswipe-dynamic-caption-plugin/photoswipe-dynamic-caption-plugin.css";
+
main {
background: transparent;
grid-auto-rows: auto;