Skip to content

Commit 5c64e59

Browse files
committed
added some styles for tiny mode
1 parent c4c26bc commit 5c64e59

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

www/css/sepiaFW-style-tiny.css

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
.sepiaFW-tiny-app body {
2+
padding: 0px;
3+
min-width: auto;
4+
}
5+
6+
.sepiaFW-tiny-app #sepiaFW-nav-menu-btn {
7+
display: none;
8+
}
9+
.sepiaFW-tiny-app #sepiaFW-nav-users-btn {
10+
display: none;
11+
}
12+
.sepiaFW-tiny-app #sepiaFW-chat-controls-form {
13+
display: none;
14+
}
15+
16+
.sepiaFW-tiny-app #sepiaFW-chat-controls-more-menu {
17+
height: 100%;
18+
}
19+
.sepiaFW-tiny-app #sepiaFW-more-menu-actions {
20+
display: none;
21+
}
22+
.sepiaFW-tiny-app #sepiaFW-audio-ctrls {
23+
display: none;
24+
}
25+
.sepiaFW-tiny-app #sepiaFW-more-menu-shortcuts {
26+
padding: 4px 0 !important;
27+
}
28+
.sepiaFW-tiny-app #sepiaFW-location-ctrls {
29+
padding: 4px 0 0 0;
30+
}
31+
.sepiaFW-tiny-app #sepiaFW-menue-status-text {
32+
font-size: 12px;
33+
}
34+
35+
.sepiaFW-tiny-app #sepiaFW-alwaysOn-avatar {
36+
width: 190px;
37+
height: 190px;
38+
left: calc(50% - 95px);
39+
top: calc(50% - 95px);
40+
}

www/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
<!-- imports -->
3838
<!--<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">-->
3939
<!-- <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,600" rel="stylesheet"> -->
40-
<link rel="stylesheet" href="css/sepiaFW-style.css" title='main'>
40+
<link rel="stylesheet" href="css/sepiaFW-style.css" title='main'>
41+
<link rel="stylesheet" href="css/sepiaFW-style-tiny.css" title='main'>
4142
<!-- FOR MORE STYLESHEETS SEE END-OF-BODY -->
4243
<script src="scripts/sepiaFW.app.js"></script>
4344
<script src="scripts/sepiaFW.local.js"></script>

0 commit comments

Comments
 (0)