Embed launcher status dot
This commit is contained in:
+4
-5
@@ -288,14 +288,14 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
||||
}
|
||||
.launcher-preview-status {
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
right: -5px;
|
||||
top: 4px;
|
||||
right: 4px;
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
border: 2px solid #ffffff;
|
||||
border: 3px solid #ffffff;
|
||||
border-radius: 50%;
|
||||
background: #c9d4ce;
|
||||
box-shadow: 0 0 0 4px rgb(201 212 206 / 24%);
|
||||
box-shadow: 0 2px 6px rgb(0 0 0 / 14%);
|
||||
display: none;
|
||||
}
|
||||
.launcher-preview.show-status .launcher-preview-status {
|
||||
@@ -303,7 +303,6 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
||||
}
|
||||
.launcher-preview.online .launcher-preview-status {
|
||||
background: #2f9e44;
|
||||
box-shadow: 0 0 0 4px rgb(47 158 68 / 16%);
|
||||
}
|
||||
.launcher-preview-badge {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user