aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/skype/service.css
diff options
context:
space:
mode:
authorLibravatar Gautam Singh <5769869+gautamsi@users.noreply.github.com>2020-05-27 04:56:31 +0530
committerLibravatar GitHub <noreply@github.com>2020-05-27 00:26:31 +0100
commitd9ca0cbebd85f11ef2517411559ceb00895400d0 (patch)
tree945ca30575ca882c26351f687ed402c9ce98b255 /uncompressed/skype/service.css
parentPackage recipe (diff)
downloadferdium-recipes-d9ca0cbebd85f11ef2517411559ceb00895400d0.tar.gz
ferdium-recipes-d9ca0cbebd85f11ef2517411559ceb00895400d0.tar.zst
ferdium-recipes-d9ca0cbebd85f11ef2517411559ceb00895400d0.zip
Update Skype with screen sharing (#170)
Co-authored-by: Gautam Singh <gautamsi@users.noreply.github.com>
Diffstat (limited to 'uncompressed/skype/service.css')
-rw-r--r--uncompressed/skype/service.css61
1 files changed, 61 insertions, 0 deletions
diff --git a/uncompressed/skype/service.css b/uncompressed/skype/service.css
index 80ef7da..543076f 100644
--- a/uncompressed/skype/service.css
+++ b/uncompressed/skype/service.css
@@ -1,3 +1,64 @@
1#footer { 1#footer {
2 display: none; 2 display: none;
3} 3}
4.desktop-capturer-selection {
5 position: fixed;
6 top: 0;
7 left: 0;
8 width: 100%;
9 height: 100vh;
10 background: rgba(30,30,30,.75);
11 color: #fff;
12 z-index: 10000000;
13 display: flex;
14 align-items: center;
15 justify-content: center;
16}
17.desktop-capturer-selection__scroller {
18 width: 100%;
19 max-height: 100vh;
20 overflow-y: auto;
21}
22.desktop-capturer-selection__list {
23 max-width: calc(100% - 100px);
24 margin: 50px;
25 padding: 0;
26 display: flex;
27 flex-wrap: wrap;
28 list-style: none;
29 overflow: hidden;
30 justify-content: center;
31}
32.desktop-capturer-selection__item {
33 display: flex;
34 margin: 4px;
35}
36.desktop-capturer-selection__btn {
37 display: flex;
38 flex-direction: column;
39 align-items: stretch;
40 width: 145px;
41 margin: 0;
42 border: 0;
43 border-radius: 3px;
44 padding: 4px;
45 color: #fff;
46 background: #252626;
47 text-align: left;
48 transition: background-color .15s, box-shadow .15s;
49}
50.desktop-capturer-selection__btn:hover,
51.desktop-capturer-selection__btn:focus {
52 background: rgba(98,100,167,.8);
53}
54.desktop-capturer-selection__thumbnail {
55 width: 100%;
56 height: 81px;
57 object-fit: cover;
58}
59.desktop-capturer-selection__name {
60 margin: 6px 0 6px;
61 white-space: nowrap;
62 text-overflow: ellipsis;
63 overflow: hidden;
64} \ No newline at end of file