mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 10:07:15 +01:00
22 lines
398 B
SCSS
22 lines
398 B
SCSS
|
|
.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);
|
||
|
|
}
|