forked from Snille/MMM-Modulebar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMMM-Modulebar.css
executable file
·44 lines (38 loc) · 1021 Bytes
/
MMM-Modulebar.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*****************************************************
* Magic Mirror 2 *
* Custom CSS for MMM-modulebar *
* *
* By Erik Pettersson *
* Based on the TouchNavigation CSS by Brian Janssen *
* MIT Licensed. *
* *
*****************************************************/
.region.fullscreen {
z-index: -1;
}
.modulebar-menu {
display: flex;
align-items: stretch;
}
.modulebar-button {
z-index: 1;
/* Border */
border-style: solid;
border-width: 2px;
border-color: #aaa;
border-radius: 15px;
/* as container */
display: flex;
justify-content: center;
align-items: center;
margin: 2px;
padding: 6px 6px;
}
.modulebar-picture {
margin: 1px 1px;
/* width: 60px;*/
/* height: 60px;*/
}
.modulebar-text {
margin: -5px 0;
}