Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
fcd8d3e0
Verified
Commit
fcd8d3e0
authored
Apr 05, 2021
by
Chocobozzz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix actor overflows
parent
55da0958
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
0 deletions
+16
-0
client/src/app/+video-channels/video-channels.component.scss
client/src/app/+video-channels/video-channels.component.scss
+10
-0
client/src/sass/include/_actor.scss
client/src/sass/include/_actor.scss
+6
-0
No files found.
client/src/app/+video-channels/video-channels.component.scss
View file @
fcd8d3e0
...
...
@@ -19,6 +19,16 @@
@include
grid-videos-miniature-margins
;
}
.actor-info
{
min-width
:
1px
;
width
:
100%
;
>
h4
,
>
.actor-handle
{
@include
ellipsis
;
}
}
.channel-info
{
@include
grid-videos-miniature-margins
(
false
,
15px
);
...
...
client/src/sass/include/_actor.scss
View file @
fcd8d3e0
...
...
@@ -35,6 +35,7 @@
>
div
{
margin-left
:
$img-margin
;
min-width
:
1px
;
}
.actor-info
{
...
...
@@ -42,6 +43,7 @@
>
div
:first-child
{
flex-grow
:
1
;
min-width
:
1px
;
}
}
...
...
@@ -56,6 +58,10 @@
margin
:
0
;
}
.actor-handle
{
@include
ellipsis
;
}
.actor-handle
,
.actor-counters
{
color
:
pvar
(
--
greyForegroundColor
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment