mirror of https://github.com/Chocobozzz/PeerTube
Client: minor css fixes
parent
339f0c8062
commit
0d7d2ad9ff
|
@ -20,8 +20,10 @@
|
|||
}
|
||||
|
||||
.top-left-block {
|
||||
z-index: 100;
|
||||
background-color: #fff;
|
||||
border-right: 1px solid $header-border-color;
|
||||
height: $header-height;
|
||||
line-height: $header-height;
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
|
@ -37,6 +39,7 @@
|
|||
margin-left: 15px;
|
||||
|
||||
.glyphicon {
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
top: 4px;
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
position: relative;
|
||||
height: 190px;
|
||||
width: 220px;
|
||||
vertical-align: top;
|
||||
|
||||
.video-miniature-thumbnail {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue