mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add outline to overlay.
This commit is contained in:
parent
22b5a7ebd2
commit
7c9be1fd45
@ -21,11 +21,13 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
outline: 0;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script lang="ts">
|
<script lang="ts">
|
||||||
import { Vue, Component, Ref, Prop } from 'vue-property-decorator'
|
import { Vue, Component, Ref, Prop } from 'vue-property-decorator'
|
||||||
|
|
||||||
import GuacamoleKeyboard from '~/utils/guacamole-keyboard.ts'
|
import GuacamoleKeyboard from '~/utils/guacamole-keyboard.ts'
|
||||||
import { NekoWebRTC } from '~/internal/webrtc'
|
import { NekoWebRTC } from '~/internal/webrtc'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user