css sticked fix
This commit is contained in:
@@ -1842,7 +1842,6 @@ h4.panel-title span.fas.color-icon {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.panel.sticked,
|
||||
.panel.sticked {
|
||||
margin-top: -1 * @line-height-computed;
|
||||
border-top-width: 0;
|
||||
@@ -1856,6 +1855,22 @@ h4.panel-title span.fas.color-icon {
|
||||
}
|
||||
}
|
||||
|
||||
.side {
|
||||
> .panel.sticked:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.panel.hidden + .panel.sticked {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.bottom {
|
||||
.panel.hidden + .panel.sticked {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.label {
|
||||
padding: .09em .5em .2em;
|
||||
}
|
||||
|
||||
@@ -111,6 +111,22 @@ table.table {
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
||||
.side {
|
||||
> .panel.sticked:first-child {
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.panel.hidden + .panel.sticked {
|
||||
border-top-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.bottom {
|
||||
.panel.hidden + .panel.sticked {
|
||||
border-top-width: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.list-container .list-buttons-container {
|
||||
margin-bottom: @padding-base-horizontal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user