Fix UI overflows
This commit is contained in:
parent
6c8a99d12a
commit
b45afe12f9
|
@ -36,6 +36,8 @@
|
|||
}
|
||||
|
||||
a {
|
||||
@include peertube-word-wrap;
|
||||
|
||||
color: pvar(--mainForegroundColor);
|
||||
}
|
||||
|
||||
|
|
|
@ -146,6 +146,8 @@ $video-info-margin-left: 44px;
|
|||
}
|
||||
|
||||
.video-info-name {
|
||||
@include peertube-word-wrap;
|
||||
|
||||
margin-right: 30px;
|
||||
min-height: 40px; // Align with the action buttons
|
||||
font-size: 27px;
|
||||
|
@ -173,6 +175,7 @@ $video-info-margin-left: 44px;
|
|||
|
||||
a {
|
||||
@include disable-default-a-behaviour;
|
||||
@include peertube-word-wrap;
|
||||
|
||||
color: pvar(--mainForegroundColor);
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
</ng-container>
|
||||
|
||||
<div
|
||||
class="btn-group" ngbDropdown autoClose="outside" placement="bottom-right"
|
||||
class="btn-group" ngbDropdown autoClose="outside" placement="bottom-right bottom-left"
|
||||
role="group" aria-label="Multiple ways to subscribe to the current channel" i18n-aria-label
|
||||
>
|
||||
<button class="btn btn-sm dropdown-toggle-split" ngbDropdownToggle aria-label="Open subscription dropdown" i18n-aria-label>
|
||||
|
|
|
@ -44,6 +44,8 @@
|
|||
}
|
||||
|
||||
.actor-display-name {
|
||||
@include peertube-word-wrap;
|
||||
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue