Re-center recording LED
Fixes https://github.com/vector-im/element-web/issues/18375
This commit is contained in:
parent
18b321f8e8
commit
24da0291a0
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ limitations under the License.
|
|||
height: 10px;
|
||||
position: absolute;
|
||||
left: 12px; // 12px from the left edge for container padding
|
||||
top: 18px; // vertically center (middle align with clock)
|
||||
top: 16px; // vertically center (middle align with clock)
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue