diff options
author | Caroline Chuong <caroline.chuong@octo.com> | 2020-06-13 00:53:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-13 00:53:56 +0200 |
commit | c9e3565dc8d0e5ce0dcbdb4fe8deb7a257d9e2a0 (patch) | |
tree | 2646dbf2602648e84102121da72629e313e61297 /client/src/sass/include | |
parent | 1a40132c67e50c94a7bd3f6b63c075f471b3d6cc (diff) | |
download | PeerTube-c9e3565dc8d0e5ce0dcbdb4fe8deb7a257d9e2a0.tar.gz PeerTube-c9e3565dc8d0e5ce0dcbdb4fe8deb7a257d9e2a0.tar.zst PeerTube-c9e3565dc8d0e5ce0dcbdb4fe8deb7a257d9e2a0.zip |
fix headings order or add missing ones (#2871)
Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
Diffstat (limited to 'client/src/sass/include')
-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 { |