1
0
Fork 0

Fix header components overflow

This commit is contained in:
Chocobozzz 2025-01-06 10:28:59 +01:00
parent d6ef417725
commit 155c4e4935
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -52,6 +52,7 @@
.header {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
margin-bottom: 10px;
.peertube-select-container {
@ -64,6 +65,8 @@
}
> * {
margin-bottom: 10px;
@include margin-left(10px);
}
}
@ -102,7 +105,6 @@ my-copy-button {
> * {
width: 100% !important;
margin-bottom: 10px !important;
@include margin-left(0 !important);
}