Merge pull request #14399 from nextcloud/feature/noid/fix-top-margin-special-updater-url
Fix top margin for info text when non-default updater server URL is used
This commit is contained in:
commit
3664e46944
3 changed files with 4 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -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 a new issue