Reduced attachemnts height to be consistent in paddings
parent
0db30f2894
commit
a957e85635
|
@ -34,7 +34,7 @@ block content
|
|||
ul.us-activity-tabs
|
||||
li
|
||||
a.active(href="#")
|
||||
span.icon.icon-bulk
|
||||
span.icon.icon-comment
|
||||
span.tab-title Comments
|
||||
|
||||
li
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
@extend %small;
|
||||
align-items: center;
|
||||
border-bottom: 1px solid #cdcdcd;
|
||||
padding: 1rem 0 1rem 1rem;
|
||||
padding: .5rem 0 .5rem 1rem;
|
||||
position: relative;
|
||||
&:last-child {
|
||||
border: 0;
|
||||
|
@ -50,7 +50,7 @@
|
|||
}
|
||||
&.sortable-placeholder {
|
||||
background: $whitish;
|
||||
height: 55px;
|
||||
height: 40px;
|
||||
}
|
||||
.attachment-name {
|
||||
@include ellipsis(200px);
|
||||
|
@ -68,6 +68,9 @@
|
|||
}
|
||||
.attachment-comments {
|
||||
@include table-flex-child(10, 300px);
|
||||
span {
|
||||
color: $gray;
|
||||
}
|
||||
}
|
||||
.attachment-settings {
|
||||
@include table-flex-child(1, 100px);
|
||||
|
@ -83,11 +86,11 @@
|
|||
}
|
||||
.settings {
|
||||
opacity: 0;
|
||||
top: 1rem;
|
||||
top: .5rem;
|
||||
}
|
||||
.editable-settings {
|
||||
opacity: 1;
|
||||
top: 1.5rem;
|
||||
top: 1rem;
|
||||
}
|
||||
.icon-edit,
|
||||
.icon-floppy {
|
||||
|
|
Loading…
Reference in New Issue