mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
improve sdr failure message display, closes #19
This commit is contained in:
parent
4d0d316fdd
commit
6f9ba6c290
3 changed files with 24 additions and 5 deletions
|
|
@ -656,8 +656,7 @@ img.openwebrx-mirror-img
|
|||
font-family: 'expletus-sans-medium';
|
||||
}
|
||||
|
||||
#openwebrx-autoplay-overlay
|
||||
{
|
||||
.openwebrx-overlay {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
|
@ -671,6 +670,10 @@ img.openwebrx-mirror-img
|
|||
color: white;
|
||||
font-weight: bold;
|
||||
font-size: 20pt;
|
||||
}
|
||||
|
||||
#openwebrx-autoplay-overlay
|
||||
{
|
||||
cursor: pointer;
|
||||
transition: opacity 0.3s linear;
|
||||
}
|
||||
|
|
@ -680,7 +683,7 @@ img.openwebrx-mirror-img
|
|||
width: 150px;
|
||||
}
|
||||
|
||||
#openwebrx-autoplay-overlay .overlay-content {
|
||||
.openwebrx-overlay .overlay-content {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
|
|
@ -688,6 +691,12 @@ img.openwebrx-mirror-img
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
#openwebrx-error-overlay .overlay-content {
|
||||
background-color: #000;
|
||||
padding: 50px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
#openwebrx-digimode-canvas-container
|
||||
{
|
||||
/*margin: -10px -10px 10px -10px;*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue