diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_miniature.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/src/sass/include/_miniature.scss b/client/src/sass/include/_miniature.scss index d82d78d58..976bbf4d6 100644 --- a/client/src/sass/include/_miniature.scss +++ b/client/src/sass/include/_miniature.scss | |||
@@ -124,7 +124,10 @@ $play-overlay-width: 18px; | |||
124 | margin-bottom: 15px; | 124 | margin-bottom: 15px; |
125 | display: flex; | 125 | display: flex; |
126 | justify-content: space-between; | 126 | justify-content: space-between; |
127 | border-top: 1px solid $separator-border-color; | 127 | |
128 | &:not(h2) { | ||
129 | border-top: 1px solid $separator-border-color; | ||
130 | } | ||
128 | 131 | ||
129 | a { | 132 | a { |
130 | &:hover, &:focus:not(.focus-visible), &:active { | 133 | &:hover, &:focus:not(.focus-visible), &:active { |