1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00
wxiaoguang
2023-03-07 20:11:24 +08:00
committed by GitHub
parent c84238800b
commit 4c59c8c768
4 changed files with 49 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
.image-diff-container {
text-align: center;
padding: 30px 0;
padding: 1em 0;
img {
border: 1px solid var(--color-primary-light-7);
@@ -22,6 +22,7 @@
display: inline-block;
line-height: 0;
vertical-align: top;
margin: 0 1em;
.side-header {
font-weight: bold;
@@ -98,7 +99,7 @@
}
input {
width: 300px;
max-width: 300px;
}
}
}