Fix top margin for info text when non-default updater server URL is used
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
25bb0918fd
commit
2af1693226
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -57,7 +57,7 @@
|
|||
</template>
|
||||
|
||||
<template v-if="!isDefaultUpdateServerURL">
|
||||
<p>
|
||||
<p class="topMargin">
|
||||
<em>{{ t('updatenotification', 'A non-default update server is in use to be checked for updates:') }} <code>{{updateServerURL}}</code></em>
|
||||
</p>
|
||||
</template>
|
||||
|
@ -497,4 +497,7 @@
|
|||
#updatenotification .update-menu .icon-star:focus {
|
||||
background-image: var(--icon-star-000);
|
||||
}
|
||||
#updatenotification .topMargin {
|
||||
margin-top: 15px;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue