1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 11:13:02 +01:00

Fix footer spacing, fix button label for notes

This commit is contained in:
Kovah 2019-04-27 11:46:36 +02:00
parent 058e22fc01
commit 5617586123
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ body:not(.bookmarklet) {
.footer {
opacity: .5;
padding-bottom: ($spacer * 2);
}
@media (max-width: 991px) {

View File

@ -32,7 +32,7 @@
</div>
<button type="submit" class="btn btn-sm btn-primary">
<i class="fa fa-save fa-mr"></i> @lang('link.add')
<i class="fa fa-save fa-mr"></i> @lang('note.add')
</button>
</div>