diff --git a/apps/settings/css/settings.scss b/apps/settings/css/settings.scss index dbd2caf4059..c77a420e8d4 100644 --- a/apps/settings/css/settings.scss +++ b/apps/settings/css/settings.scss @@ -594,12 +594,6 @@ span.version { color: var(--color-text-maxcontrast); } -.app-score { - position: relative; - top: 4px; - opacity: .5; -} - .app-settings-content { #searchresults { display: none; diff --git a/apps/settings/src/components/AppList/AppScore.vue b/apps/settings/src/components/AppList/AppScore.vue index 69290645ef9..f576a471ef6 100644 --- a/apps/settings/src/components/AppList/AppScore.vue +++ b/apps/settings/src/components/AppList/AppScore.vue @@ -2,8 +2,9 @@ - @copyright Copyright (c) 2018 Julius Härtl - - @author Julius Härtl + - @author Ferdinand Thiessen - - - @license GNU AGPL version 3 or any later version + - @license AGPL-3.0-or-later - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as @@ -21,22 +22,69 @@ --> - +