mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Apply graphic positioning suggestion
This commit is contained in:
parent
dd49bd517c
commit
224bfe58d1
@ -57,9 +57,9 @@ limitations under the License.
|
||||
--stopgap-color-on-solid-accent: var(--cpd-color-text-primary);
|
||||
--stopgap-background-85: rgba(16, 19, 23, 0.85);
|
||||
|
||||
background-size: calc(max(100%, 100vw)) calc(max(100%, 100vh));
|
||||
background-size: calc(max(1440px, 100vw)) calc(max(800px, 100vh));
|
||||
background-repeat: no-repeat;
|
||||
background-position: bottom right;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
Loading…
Reference in New Issue
Block a user