minor improvements

This commit is contained in:
Leon van Kammen 2026-09-02 17:27:57 +02:00
parent 032eaba7de
commit c1174af3fe
5 changed files with 13 additions and 5 deletions

View file

@ -72,6 +72,7 @@ img.icon.rss{
} }
img.icon.mastodon{ img.icon.mastodon{
width: 19px; width: 19px;
margin-right:-10px;
transform: translate(-4px,1px); transform: translate(-4px,1px);
} }
img.icon.invert, img.icon.invert,
@ -86,13 +87,20 @@ img.icon.play,{
transform: translate(0,-1px); transform: translate(0,-1px);
} }
img.icon.share{
opacity:0.66;
}
.icon { .icon {
display:inline; display:inline;
} }
.menu .icon{ .icon{
filter: invert(1); filter: invert(1);
padding-right: 9px; padding-right: 9px;
opacity: 0.6; }
.menu .icon {
opacity:0.66;
} }
.clear{ .clear{

BIN
src/img/cover-nazrin.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

BIN
src/img/cover-spyduck.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

@ -69,14 +69,14 @@ local plugin = {
key='app.opts.plugin_federation_url_3', key='app.opts.plugin_federation_url_3',
title='Federated URL 3', title='Federated URL 3',
info="URL and/or Thumbnail URL (space separated)", info="URL and/or Thumbnail URL (space separated)",
default="", default="https://spyduck.net /img/cover-spyduck.jpg",
values='' values=''
}, },
{ {
key='app.opts.plugin_federation_url_4', key='app.opts.plugin_federation_url_4',
title='Federated URL 4', title='Federated URL 4',
info="URL and/or Thumbnail URL (space separated)", info="URL and/or Thumbnail URL (space separated)",
default="", default="https://nazrin.net/Hub /img/cover-nazrin.jpg",
values='' values=''
}, },
{ {

View file

@ -52,7 +52,7 @@ build(){
rebuild(){ rebuild(){
cd src cd src
zip -yr ../result/bin/xrforge.com .lua js shader img middlware page plugin cmd css .init.lua .args test myverse zip -yr ../result/bin/xrforge.com .lua js shader img middleware page plugin cmd css .init.lua .args test myverse
} }
"$@" "$@"