Merge pull request #4067 from Jerome-Herbinet/patch-1
Fix : Overlapping problem in the deletions tab
This commit is contained in:
@@ -86,8 +86,6 @@ export default {
|
|||||||
|
|
||||||
li {
|
li {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 44px;
|
|
||||||
|
|
||||||
&:hover, &:active, &.focus {
|
&:hover, &:active, &.focus {
|
||||||
button {
|
button {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@@ -106,7 +104,10 @@ export default {
|
|||||||
.title {
|
.title {
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
padding: 3px 0px;
|
padding: 3px 0px;
|
||||||
|
> span:not(.timestamp) {
|
||||||
|
line-height: 1.2em;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
.timestamp {
|
.timestamp {
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: var(--color-text-lighter);
|
color: var(--color-text-lighter);
|
||||||
|
|||||||
Reference in New Issue
Block a user