44 lines
520 B
SCSS
44 lines
520 B
SCSS
@import '_variables';
|
|
@import '_mixins';
|
|
|
|
.sub-menu {
|
|
@include sub-menu-with-actor;
|
|
|
|
.actor {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.right-buttons {
|
|
display: flex;
|
|
height: max-content;
|
|
margin-left: auto;
|
|
margin-top: 20px;
|
|
|
|
a {
|
|
@include peertube-button-outline;
|
|
}
|
|
|
|
my-subscribe-button {
|
|
min-height: 30px;
|
|
}
|
|
}
|
|
|
|
my-user-moderation-dropdown,
|
|
.badge {
|
|
margin-left: 10px;
|
|
|
|
position: relative;
|
|
top: 3px;
|
|
}
|
|
|
|
.badge {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.copy-button {
|
|
border: none;
|
|
padding: 5px;
|
|
margin-top: -2px;
|
|
}
|