Minor UI fixes
- article internal border overlap with folded-out details - article type border-radius when there is only one article type selectable
This commit is contained in:
parent
c5af2f995a
commit
e57d2c6c56
1 changed files with 5 additions and 0 deletions
|
@ -4406,6 +4406,7 @@ footer {
|
|||
.article-content {
|
||||
color: hsl(60,1%,34%);
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
padding: 0 55px;
|
||||
}
|
||||
|
||||
|
@ -4751,6 +4752,10 @@ footer {
|
|||
border-radius: 0 4px 4px 0;
|
||||
}
|
||||
|
||||
.pop-selectable:only-child {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.pop-selectable-icon {
|
||||
fill: hsl(231,3%,40%);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue