Fix: Hide border in details table if it is empty
Fix: Hide overflowing bottom border seen sometimes in episode page
This commit is contained in:
parent
647f4e5dca
commit
e253ea8f73
1 changed files with 4 additions and 1 deletions
|
|
@ -377,7 +377,10 @@ html {
|
|||
}
|
||||
|
||||
.itemDetailsGroup {
|
||||
border: solid var(--borderColor) 1px;
|
||||
outline: 1px solid var(--borderColor);
|
||||
outline-offset: -1px;
|
||||
overflow: hidden;
|
||||
/* border: solid var(--borderColor) 1px; */
|
||||
margin-top: 1.5em;
|
||||
border-radius: .5em;
|
||||
/* margin: .5em 1em; */
|
||||
|
|
|
|||
Loading…
Reference in a new issue