darajava / queuetube

Make YouTube a little bit smoother
71 stars 7 forks source link

Buttons don't fit YouTube's UI #20

Closed angrybacon closed 7 years ago

darajava commented 8 years ago

What would you suggest?

angrybacon commented 8 years ago
button.add-playlist {
  background-color: #F8F8F8;
  border-color: #D3D3D3;
  box-shadow: none;
  color: #333333;
  margin-right: 1px;
  padding: 3px 10px;
  text-shadow: none;

  &:hover {
    border-color: #C6C6C6;
    background: #F0F0F0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  }
}

You might want to try to have access to Material icons. That is to replace the icons for "Move up" and "Move down" respectively.

screen shot 2016-06-03 at 15 16 47

darajava commented 7 years ago

implemented! thanks