unoffical wafrn mirror wafrn.net
atproto social-network activitypub
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'development' of ssh://codeberg.org/wafrn/wafrn into development

+5 -5
+5 -5
packages/frontend/src/app/components/wafrn-media/wafrn-media.component.scss
··· 106 106 /* Limit the height AGAIN */ 107 107 /* Seriously when and why did we undo this */ 108 108 .media-content-container:has(img), 109 - .media-content-container video { 109 + .media-content-container:not(:has(.v-fullscreen)) video { 110 110 max-height: 80vh; 111 111 } 112 112 113 113 /* fix aspect ratio/stretch */ 114 114 .media-content-container { 115 115 .displayed-image { 116 - width: 100%; 117 - height: auto; 118 - object-fit: contain; 119 - } 116 + width: 100%; 117 + height: auto; 118 + object-fit: contain; 119 + } 120 120 }