Merge pull request #14177 from nextcloud/bugfix/noid/fix-small-glitches
Fix small glitches in update notification page
This commit is contained in:
commit
cc69038c92
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
<template v-if="isNewVersionAvailable">
|
||||
<p v-if="versionIsEol">
|
||||
<span class="warning">
|
||||
<span class="icon icon-error"></span>
|
||||
<span class="icon icon-error-white"></span>
|
||||
{{ t('updatenotification', 'The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible.') }}
|
||||
</span>
|
||||
</p>
|
||||
|
@ -380,9 +380,6 @@
|
|||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
.warning {
|
||||
color: var(--color-error);
|
||||
}
|
||||
.whatsNew {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
|
@ -962,6 +962,10 @@ span.version {
|
|||
}
|
||||
}
|
||||
|
||||
#version.section {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.section {
|
||||
margin-bottom: 0;
|
||||
/* section divider lines, none needed for last one */
|
||||
|
|
Loading…
Reference in New Issue