mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
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:
@@ -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; */
|
||||
|
Reference in New Issue
Block a user