This website works better with JavaScript.
Home
Explore
Help
Sign In
rigelk
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
0
Code
Releases
91
Activity
Browse Source
Fix display all videos filter
pull/3597/head
Chocobozzz
1 week ago
parent
83338e45e3
commit
606bcaf29e
No known key found for this signature in database
GPG Key ID:
583A612D890159BE
1 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-2
client/src/app/shared/shared-video-miniature/abstract-video-list.scss
+ 5
- 2
client/src/app/shared/shared-video-miniature/abstract-video-list.scss
View File
@@ -30,8 +30,11 @@ $iconSize: 16px;
}
.moderation-block {
div {
@include button-with-icon($iconSize, 3px, -2px);
my-global-icon {
position: relative;
width: $iconSize;
top: -2px;
}
margin-left: .4rem;
Write
Preview
Loading…
Cancel
Save