mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-01-05 09:05:33 +00:00
Better autocomplete for channelsearch + descriptions on frontpage
This commit is contained in:
@@ -594,7 +594,13 @@ display: inline-flex;
|
||||
|
||||
.card .card-action {
|
||||
padding: 0;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.description_text:first-letter{
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.card .card-action a {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
@@ -994,6 +1000,44 @@ hide mdi-action-visibility mdi-action-visibility-off
|
||||
max-height: 400px;
|
||||
}
|
||||
|
||||
.autocomplete-content.dropdown-content{
|
||||
position:absolute;
|
||||
width:100% !important;
|
||||
margin-left: 0px !important;
|
||||
top: 57px;
|
||||
}
|
||||
|
||||
.card-title{
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.card .card-reveal {
|
||||
padding: 10px;
|
||||
transition: transform .1s;
|
||||
display:none;
|
||||
transform: translateY(0%);
|
||||
}
|
||||
|
||||
.room-namer.autocomplete{
|
||||
margin-left:0px !important;
|
||||
}
|
||||
|
||||
.channel-finder .input-field{
|
||||
display: flex;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.channel-finder .input-field .prefix{
|
||||
color:white;
|
||||
font-size:17px;
|
||||
left: 30px;
|
||||
top: -8px;
|
||||
}
|
||||
|
||||
.autocomplete-content li .highlight {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
#thumbnail_image{
|
||||
text-align: center;
|
||||
}
|
||||
@@ -1829,6 +1873,10 @@ nav ul li:hover, nav ul li.active {
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 736px) and (max-width:600px), only screen and (max-device-width: 736px) and (orientation: landscape){
|
||||
.autocomplete-content.dropdown-content{
|
||||
width:95vw !important;
|
||||
}
|
||||
|
||||
#playbar{
|
||||
display:block;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user