MorsePlayer queue cancelling, Chlng Word color bug fix

This commit is contained in:
Gene Mecija 2020-02-03 00:38:42 -08:00
parent d707f483ce
commit e63271a386
11 changed files with 82 additions and 82 deletions

View file

@ -426,9 +426,10 @@ i[class*="ri-"] {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
margin-bottom: 20px;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 10px;
margin-top: 25px;
border-radius: 3px;
-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3), 0px -1px 1px white;
box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3), 0px -1px 1px white;
@ -466,6 +467,7 @@ i[class*="ri-"] {
}
#morseBufferDisplay {
border: 1px solid green;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
@ -484,8 +486,6 @@ i[class*="ri-"] {
margin-bottom: 20px;
font-family: "Courier Prime", Courier, monospace;
position: relative;
padding-top: 15px;
padding-bottom: 15px;
}
#morseBufferDisplay #overlay {
@ -503,7 +503,7 @@ i[class*="ri-"] {
#morseBufferDisplay #alphanumeric-container {
text-align: center;
max-width: 100%;
overflow-x: hidden;
overflow: hidden;
display: inline-block;
padding-top: 10px;
}
@ -526,7 +526,7 @@ i[class*="ri-"] {
#morseBufferDisplay #ditDahs-container {
text-align: center;
max-width: 100%;
overflow-x: hidden;
overflow: hidden;
}
#morseBufferDisplay #ditDahs-container #ditDahs {
@ -575,7 +575,6 @@ i[class*="ri-"] {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border: 1px solid green;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
@ -584,8 +583,6 @@ i[class*="ri-"] {
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 150px;
margin-bottom: 20px;
font-family: "Courier Prime", Courier, monospace;
font-weight: bold;
}
@ -638,6 +635,7 @@ i[class*="ri-"] {
#challengeBufferDisplay #ditDahs {
height: 50px;
padding-right: 5px;
padding-top: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;

File diff suppressed because one or more lines are too long