mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
Add minor style enhancements
This commit is contained in:
parent
3d827817fb
commit
43d2958ac6
2 changed files with 6 additions and 1 deletions
|
@ -110,6 +110,7 @@ export default {
|
||||||
align-content: stretch;
|
align-content: stretch;
|
||||||
display: flex;
|
display: flex;
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
|
background: rgba(0, 0, 0, .1);
|
||||||
|
|
||||||
span:first-child {
|
span:first-child {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
|
@ -201,6 +201,11 @@ export default {
|
||||||
border-left-color: $colorHighlight;
|
border-left-color: $colorHighlight;
|
||||||
color: $colorLinkHovered;
|
color: $colorLinkHovered;
|
||||||
background: rgba(255, 255, 255, .05);
|
background: rgba(255, 255, 255, .05);
|
||||||
|
box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
|
||||||
|
}
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@ -262,7 +267,6 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width : 667px) {
|
@media only screen and (max-width : 667px) {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: calc(100vh - #{$headerHeight + $footerHeight});
|
height: calc(100vh - #{$headerHeight + $footerHeight});
|
||||||
|
|
Loading…
Reference in a new issue