mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-21 08:55:43 +00:00
Fukd ur madder
This commit is contained in:
@@ -65,6 +65,8 @@ main {
|
||||
|
||||
nav .zbrand{
|
||||
left:90px;
|
||||
max-width: 22%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.fullwidth{
|
||||
@@ -120,6 +122,17 @@ nav .zbrand{
|
||||
color:grey;
|
||||
}
|
||||
|
||||
.share, .shareface{
|
||||
padding-left: 10px !important;
|
||||
}
|
||||
|
||||
.shareface {background-color: rgb(42, 134, 200) !important;}
|
||||
|
||||
.share img{
|
||||
height: 50px;
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
play mdi-av-play-arrow
|
||||
@@ -221,7 +234,7 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
opacity:0;
|
||||
transition: all .1s ease;
|
||||
}
|
||||
.list-song:hover .list-image:after {
|
||||
.vote-container:hover .list-image:after {
|
||||
opacity:1;
|
||||
}
|
||||
|
||||
@@ -246,7 +259,7 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
.card{margin:5px 0 5px 0 !important;}
|
||||
#result img{float:left;padding-right:20px !important;}
|
||||
#result{height:100px;margin-left:40px;}
|
||||
#results{margin-top:-12px;background-color: rgba(0,0,0,0.6);}
|
||||
#results{background-color: rgba(0,0,0,0.6);}
|
||||
.result:hover {
|
||||
background-color: rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user