summaryrefslogtreecommitdiffstats
path: root/public/less/_base.less
diff options
context:
space:
mode:
authorMorlinest <Morlinest@users.noreply.github.com>2017-08-17 03:31:34 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2017-08-17 09:31:34 +0800
commit951fb572a769acc965ec74b7152334e55b26de80 (patch)
tree38635bec85581c32a5b1e3fb1c0dab083fe110e3 /public/less/_base.less
parent722bcefbbf26f4bca74f160295611cc982b364dc (diff)
downloadgitea-951fb572a769acc965ec74b7152334e55b26de80.tar.gz
gitea-951fb572a769acc965ec74b7152334e55b26de80.zip
Fix and improve dashboard repo UI (#2285)
* Fix and improve dashboard repo UI * Change order of scripts loading * Remove "mirror" tab * Remove single tab panel for "org user" * Add localization strings * Create vue component and change event for search * Add "mirrors" filter
Diffstat (limited to 'public/less/_base.less')
-rw-r--r--public/less/_base.less14
1 files changed, 14 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less
index ba4821035b..572cec870e 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -464,3 +464,17 @@ footer {
padding-right: 30px !important;
}
}
+
+[v-cloak] {
+ display: none !important;
+}
+
+.repos-search {
+ padding-bottom: 0 !important;
+}
+
+.repos-filter {
+ margin-top: 0 !important;
+ border-bottom-width: 0 !important;
+ margin-bottom: 2px !important;
+} \ No newline at end of file