Update style.less
This commit is contained in:
parent
1296765bc1
commit
c1becbd792
1 changed files with 5 additions and 2 deletions
|
@ -3658,8 +3658,11 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
|
||||||
|
|
||||||
.lyrics-col{
|
.lyrics-col{
|
||||||
|
|
||||||
width: 60vh;
|
height: 75vh;
|
||||||
height: 75vh;
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-content: center;
|
||||||
|
width: 80%;
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
box-shadow: unset;
|
box-shadow: unset;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue