mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Started intelligent-list feature
This commit is contained in:
@@ -2036,7 +2036,7 @@ nav ul li:hover, nav ul li.active {
|
||||
transition: all .1s ease;
|
||||
}
|
||||
|
||||
.vote-container{
|
||||
.vote-container, .deleted-vote-container{
|
||||
height: 100%;
|
||||
width: 90%;
|
||||
}
|
||||
@@ -2766,6 +2766,11 @@ nav ul li:hover, nav ul li.active {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.disabled-vote{
|
||||
cursor: not-allowed !important;
|
||||
background: rgba(255,255,255,.2);
|
||||
}
|
||||
|
||||
.hide
|
||||
{
|
||||
display:none !important;
|
||||
|
||||
Reference in New Issue
Block a user