mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-06-18 06:41:11 +00:00
Replaced border to outline to avoid content jumping
This commit is contained in:
@@ -299,10 +299,10 @@ main {
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
.current-game {
|
.current-game {
|
||||||
border: 2px solid #00A3C6;
|
outline: auto #8BC34A;
|
||||||
}
|
}
|
||||||
.host-cell-inactive {
|
.host-cell-inactive {
|
||||||
border: 3px solid #8e0000;
|
outline: auto #F44336;
|
||||||
}
|
}
|
||||||
.host-cell:hover {
|
.host-cell:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|||||||
Reference in New Issue
Block a user