Skip to content

Commit

Permalink
Disable user-select on next-button and info-text (LNReader#1225)
Browse files Browse the repository at this point in the history
Disable user-select on next-button and info-text
  • Loading branch information
Palloxin committed Aug 21, 2024
1 parent d9dc18d commit fd6d912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/app/src/main/assets/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ td {
font-family: var(--readerSettings-fontFamily);
font-size: 16px;
border-width: 0;
user-select: none;
}

.next-button {
Expand Down Expand Up @@ -363,4 +364,4 @@ td {
#TTS-Controller.active svg {
width: 24px;
height: 24px;
}
}

0 comments on commit fd6d912

Please sign in to comment.