mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-03-18 15:05:58 +00:00
Refactor comment UI code
And run prettier
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
.comment-card-body {
|
||||
padding-top: .8rem !important;
|
||||
padding-bottom: .8rem !important;
|
||||
max-height: 10rem;
|
||||
overflow: scroll;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.comment-card-header a {
|
||||
border: none;
|
||||
background: none;
|
||||
padding: 5px;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.comment-card-header a:hover {
|
||||
background: #FFF;
|
||||
}
|
||||
|
||||
.comment-card-header a:hover svg {
|
||||
fill: var(--primary);
|
||||
}
|
||||
Reference in New Issue
Block a user