mirror of https://github.com/Chocobozzz/PeerTube
Dislike bar in the same color as the button
parent
dcbc29d5c8
commit
1d6587aa42
|
@ -286,13 +286,13 @@
|
||||||
height: $likes-bar-height;
|
height: $likes-bar-height;
|
||||||
margin-top: -$likes-bar-height;
|
margin-top: -$likes-bar-height;
|
||||||
width: 186px;
|
width: 186px;
|
||||||
background-color: #E5E5E5;
|
background-color: $red;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
|
|
||||||
.likes-bar {
|
.likes-bar {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #39CC0B;
|
background-color: $green;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -384,6 +384,11 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
my-video-comments {
|
||||||
|
display: inline-block;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
// If the view is not expanded, take into account the menu
|
// If the view is not expanded, take into account the menu
|
||||||
.privacy-concerns {
|
.privacy-concerns {
|
||||||
width: calc(100% - #{$menu-width});
|
width: calc(100% - #{$menu-width});
|
||||||
|
|
Loading…
Reference in New Issue