]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/app.component.scss
Reload videos after removing one to avoid issues with paging etc
[github/Chocobozzz/PeerTube.git] / client / src / app / app.component.scss
CommitLineData
98b01bac 1header div {
98b01bac
C
2 line-height: 25px;
3 margin-bottom: 30px;
4}
5
dc8bc31b 6menu {
9ced64e0 7 min-height: 600px;
dc8bc31b
C
8 margin-right: 20px;
9 border-right: 1px solid rgba(0, 0, 0, 0.2);
10
11 .panel_button {
12 margin: 8px;
13 cursor: pointer;
14 transition: margin 0.2s;
15
16 &:hover {
17 margin-left: 15px;
18 }
19
20 a {
21 color: #333333;
22 }
23 }
24
25 .glyphicon {
26 margin: 5px;
27 }
28}
29
763bed9b
C
30.panel_block:not(:last-child) {
31 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
dc8bc31b 32}