Skip to content

Commit

Permalink
update client
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed Jan 4, 2025
1 parent b25e93f commit 088593b
Show file tree
Hide file tree
Showing 361 changed files with 143,806 additions and 93 deletions.
10 changes: 9 additions & 1 deletion classes/jsp/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ h1 {
letter-spacing: -0.05em;
}

.converse-container {
height: 100vh;
}

.conversejs converse-chats.converse-embedded .chatbox, .conversejs converse-chats.converse-overlayed .chatbox {
width: 100%;
}

#controls {
font-family:arial;
font-size:24px;
Expand All @@ -48,7 +56,7 @@ h1 {

}

#chordpro, #lyrics {
#chordpro, #lyrics, #chatview {
border:none;
margin:0;
padding:0;
Expand Down
Loading

0 comments on commit 088593b

Please sign in to comment.