Fix missing semicolon termination on width properties.

This commit is contained in:
Junior 2025-04-18 10:07:16 -04:00
parent 3dac8013d8
commit 8f23b77ace

View File

@ -142,7 +142,7 @@ div.category_go {
float: right;
}
div.playing_contents {
width: 85%
width: 85%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
@ -174,7 +174,7 @@ span.playing_label {
font-weight: bold;
}
div.history_contents {
width: 85%
width: 85%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
@ -183,7 +183,7 @@ div.history_contents {
text-align: left;
}
div.search_input {
width: 85%
width: 85%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
@ -192,7 +192,7 @@ div.search_input {
text-align: center;
}
div.search_contents {
width: 85%
width: 85%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
@ -201,7 +201,7 @@ div.search_contents {
text-align: left;
}
div.lists_contents {
width: 85%
width: 85%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
@ -232,7 +232,7 @@ hr.songlist {
width: 65%;
}
div.queue_contents {
width: 85%
width: 85%;
margin-left: auto;
margin-right: auto;
margin-top: 10px;