minor improvements
This commit is contained in:
parent
032eaba7de
commit
c1174af3fe
5 changed files with 13 additions and 5 deletions
|
|
@ -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
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
BIN
src/img/cover-spyduck.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
|
|
@ -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=''
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
"$@"
|
"$@"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue