File tree Expand file tree Collapse file tree 2 files changed +42
-1
lines changed
Expand file tree Collapse file tree 2 files changed +42
-1
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments