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"
},
"admin": {
"config": "Config",
"config": "Settings",
"create_success": "Created",
"delete_success": "Deleted",
"save_success": "Saved",

View File

@@ -122,9 +122,9 @@ export default {
</div>
</Simplebar>
</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">
<SpotIcon :icon="'credits'" :text="lang.get('credits.project', consts.title)" />
<SpotIcon :icon="'credits'" width="auto" :text="lang.get('credits.project', consts.title)" />
</a>
<span>&nbsp;{{ lang.get('credits.license') }}</span>
</div>

View File

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

View File

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