From 39cdcb4daf3dc2e0936ed31af567b98b4ccb237d Mon Sep 17 00:00:00 2001 From: 0ko <0ko@noreply.codeberg.org> Date: Fri, 12 Apr 2024 23:16:17 +0500 Subject: [PATCH] Fix box rounding on dashboard Regression of https://codeberg.org/forgejo/forgejo/commit/d40127a3e8d456b21266f8c44fa9555e0d7175fa#diff-1daf5eae3896bddcde764fc8a88dc3fd0c0ea21a and https://codeberg.org/forgejo/forgejo/commit/4711d3311ba493e52786323eebb5ac88c343f955#diff-1daf5eae3896bddcde764fc8a88dc3fd0c0ea21a. --- web_src/js/components/DashboardRepoList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_src/js/components/DashboardRepoList.vue b/web_src/js/components/DashboardRepoList.vue index 13c54e8a74..4e79b2f28d 100644 --- a/web_src/js/components/DashboardRepoList.vue +++ b/web_src/js/components/DashboardRepoList.vue @@ -350,7 +350,7 @@ export default sfc; // activate the IDE's Vue plugin <span class="ui grey label tw-ml-2">{{ reposTotalCount }}</span> </div> </h4> - <div class="ui attached segment repos-search"> + <div class="ui top attached segment repos-search"> <div class="ui small fluid action left icon input"> <input type="search" spellcheck="false" maxlength="255" @input="changeReposFilter(reposFilter)" v-model="searchQuery" ref="search" @keydown="reposFilterKeyControl" :placeholder="textSearchRepos"> <i class="icon loading-icon-3px" :class="{'is-loading': isLoading}"><svg-icon name="octicon-search" :size="16"/></i> @@ -454,7 +454,7 @@ export default sfc; // activate the IDE's Vue plugin </div> </div> <div v-if="!isOrganization" v-show="tab === 'organizations'" class="ui tab active list dashboard-orgs"> - <div v-if="organizations.length" class="ui attached table segment tw-rounded-b"> + <div v-if="organizations.length" class="ui attached table segment tw-rounded"> <ul class="repo-owner-name-list"> <li class="tw-flex tw-items-center tw-py-2" v-for="org in organizations" :key="org.name"> <a class="repo-list-link muted" :href="subUrl + '/' + encodeURIComponent(org.name)">