aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/skype/service.css
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/skype/service.css')
-rw-r--r--recipes/skype/service.css64
1 files changed, 64 insertions, 0 deletions
diff --git a/recipes/skype/service.css b/recipes/skype/service.css
new file mode 100644
index 0000000..543076f
--- /dev/null
+++ b/recipes/skype/service.css
@@ -0,0 +1,64 @@
1#footer {
2 display: none;
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