Fix credits
All checks were successful
Deploy Spot / deploy (push) Successful in 34s

This commit is contained in:
2026-05-26 00:24:05 +02:00
parent 7cad5fbdf9
commit a3d217bbdd
4 changed files with 12 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
"send": "Send" "send": "Send"
}, },
"admin": { "admin": {
"config": "Config", "config": "Settings",
"create_success": "Created", "create_success": "Created",
"delete_success": "Deleted", "delete_success": "Deleted",
"save_success": "Saved", "save_success": "Saved",

View File

@@ -122,9 +122,9 @@ export default {
</div> </div>
</Simplebar> </Simplebar>
</div> </div>
<div class="settings-footer settings-box"> <div class="settings-footer">
<a href="https://git.lutran.fr/franzz/spot" :title="lang.get('credits.git')" target="_blank" rel="noopener"> <a href="https://git.lutran.fr/franzz/spot" :title="lang.get('credits.git')" target="_blank" rel="noopener">
<SpotIcon :icon="'credits'" :text="lang.get('credits.project', consts.title)" /> <SpotIcon :icon="'credits'" width="auto" :text="lang.get('credits.project', consts.title)" />
</a> </a>
<span>&nbsp;{{ lang.get('credits.license') }}</span> <span>&nbsp;{{ lang.get('credits.license') }}</span>
</div> </div>

View File

@@ -120,7 +120,7 @@ $panel-actual-width: min($panel-width, #{$panel-width-max});
position: absolute; position: absolute;
background-color: color.$default-bg; background-color: color.$default-bg;
padding: var.$elem-spacing; padding: var.$elem-spacing;
border-radius: 3px; border-radius: var.$block-radius;
box-shadow: 2px 2px var.$block-shadow 0px color.$over-img-shadow; box-shadow: 2px 2px var.$block-shadow 0px color.$over-img-shadow;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;

View File

@@ -64,15 +64,15 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
font-size: 0.7em; font-size: 0.7em;
padding: var.$text-spacing; color: color.$default-inv;
color: color.$default; text-shadow: 0px 1px 1px color.$over-img-shadow;
a { a {
color: color.$default; color: color.$default-inv;
text-decoration: none; text-decoration: none;
&:hover { &:hover {
color: color.$default-hover; color: color.$default-inv-hover;
} }
} }
} }
@@ -89,9 +89,12 @@
.settings-section { .settings-section {
display: inline-block; display: inline-block;
margin-bottom: var.$block-spacing;
width: 100%; width: 100%;
& + .settings-section {
margin-top: var.$block-spacing;
}
h1 { h1 {
margin: 0; margin: 0;
padding: var.$block-spacing; padding: var.$block-spacing;