mirror of https://github.com/Chocobozzz/PeerTube
adjust logged-in-block width to fill space
parent
82479cf13f
commit
bfc75aaa47
|
@ -94,6 +94,7 @@ menu {
|
||||||
.logged-in-more {
|
.logged-in-more {
|
||||||
$main-radius: 25px;
|
$main-radius: 25px;
|
||||||
|
|
||||||
|
flex: 1;
|
||||||
margin-left: 13px;
|
margin-left: 13px;
|
||||||
border-radius: $main-radius;
|
border-radius: $main-radius;
|
||||||
transition: all .1s ease-in-out;
|
transition: all .1s ease-in-out;
|
||||||
|
@ -161,9 +162,10 @@ menu {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-toggle:first-child {
|
.dropdown-toggle:first-child {
|
||||||
display: inline-flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 5px 7px;
|
padding: 5px 7px;
|
||||||
|
border-radius: $main-radius;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|
Loading…
Reference in New Issue