This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"send": "Send"
|
||||
},
|
||||
"admin": {
|
||||
"config": "Config",
|
||||
"config": "Settings",
|
||||
"create_success": "Created",
|
||||
"delete_success": "Deleted",
|
||||
"save_success": "Saved",
|
||||
|
||||
@@ -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> {{ lang.get('credits.license') }}</span>
|
||||
</div>
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user