aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/css
diff options
context:
space:
mode:
authorsillyguodong <33891828+sillyguodong@users.noreply.github.com>2023-04-09 21:11:02 +0800
committerGitHub <noreply@github.com>2023-04-09 21:11:02 +0800
commitbedad23f9e043072bd6f260bff07919588e45e65 (patch)
tree42d4facdc99982a61af7b6cf07a05a61c5417b57 /web_src/css
parentf2b98d825978670f365bb754e65f44124ce4e658 (diff)
downloadgitea-bedad23f9e043072bd6f260bff07919588e45e65.tar.gz
gitea-bedad23f9e043072bd6f260bff07919588e45e65.zip
Expand/Collapse all changed files (#23639)
close #23628 Now in `...` dropdown, you can expand or collapse all diff files that have loaded. https://user-images.githubusercontent.com/33891828/227749688-2d406916-3347-49f6-93a5-4092a00e8809.mov Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'web_src/css')
-rw-r--r--web_src/css/review.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/css/review.css b/web_src/css/review.css
index 0111311d3c..14668eb245 100644
--- a/web_src/css/review.css
+++ b/web_src/css/review.css
@@ -256,7 +256,7 @@ a.blob-excerpt:hover {
.changed-since-last-review {
border: 1px var(--color-accent) solid;
background-color: var(--color-small-accent);
- border-radius: 15px;
+ border-radius: var(--border-radius);
padding: 4px 8px;
margin: -8px 0; /* just like other buttons in the diff box header */
font-size: 0.857rem; /* just like .ui.tiny.button */