mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-28 13:20:20 +08:00
Add some padding to the shadowed comment box (#9612)
* Add some padding to the shadowed comment box * prevent the padding affecting the other comments
This commit is contained in:
@ -850,6 +850,14 @@
|
||||
box-shadow: 0 0 10px #8c8c8c;
|
||||
}
|
||||
|
||||
&:target > .content > .code-comment-content {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
&:target > .content > .code-comment-content > .text {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.ui.form {
|
||||
.field:first-child {
|
||||
clear: none;
|
||||
|
Reference in New Issue
Block a user