Mastodon square images, avatars, videos
joinmastodon.org mastodon.social mastodon.online mastodon.world mas.to mstdn.social fosstodon.org techhub.social
Authorpabli
LicenseMIT
Categorymastodon
Created
Updated
Size1.7 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Mastodon square images, avatars, videos
joinmastodon.org mastodon.social mastodon.online mastodon.world mas.to mstdn.social fosstodon.org techhub.social
/* ==UserStyle==
@name Mastodon square images
@namespace https://github.com/pabli24
@version 1.0.0
@description Mastodon square images, avatars, videos
@author Pabli (https://github.com/pabli24)
@homepageURL https://userstyles.world/style/16436/mastodon-square-images
@supportURL https://userstyles.world/style/16436/mastodon-square-images
@license MIT
@preprocessor less
@var number br "border radius (px)" ['px', 0, 0, null, 1]
==/UserStyle== */
/*
╔══════════════════════════════════════════════════════════╗
║ HOW TO ADD YOUR MASTODON INSTANCE ║
<-- ║ OPEN "Style settings" IN THE LEFT PANEL ║
<-- ║ PUT YOUR DOMAIN IN THE "Custom included sites" INPUT BOX ║
║ EXAMPLE: *://mastodon.social/* ║
╚══════════════════════════════════════════════════════════╝
*/
@-moz-document domain("mastodon.social"), domain("mas.to"), domain("mastodon.online"), domain("fosstodon.org"), domain("101010.pl"), domain("mastodon.cloud"), domain("mstdn.social"), domain("mastodon.world"), domain("techhub.social") {
.account__avatar, .video-player, .media-gallery, .media-gallery__item, .status-card,
.status-card__image, .status-card__image-image, .status-card__image-preview,
.status-card.expanded .status-card__image, .status-card.expanded .status-card__image-image, .status-card.expanded .status-card__image-preview {
border-radius: @br !important;
}
}