Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 4bdfd0c

Browse files
authored
Merge pull request #40 from t3chguy/develop
0.2.0
2 parents 8ea7465 + e3884f2 commit 4bdfd0c

File tree

397 files changed

+159062
-107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

397 files changed

+159062
-107
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ Accepts the following command line arguments:
4444

4545
### Support
4646

47-
Currently hosted at https://stormy-bastion-98790.herokuapp.com/
47+
Currently hosted at https://view.matrix.org
4848

49-
Discussion Matrix Room is [#matrix-static:matrix.org](https://matrix.to/#/#matrix-static:matrix.org)
49+
Discussion Matrix Room is [#matrix-static:matrix.org](https://matrix.to/#/#matrix-static:matrix.org)

assets/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
body {
33
color: #454545;
44
background-color: #ffffff;
5+
-webkit-rtl-ordering: visual;
56
}
67
#roomList {
78
border-collapse: collapse;
@@ -56,6 +57,9 @@ td.roomAvatar {
5657
td.roomAvatar img {
5758
height: 96px;
5859
}
60+
td.fullWidth {
61+
white-space: nowrap;
62+
}
5963
table#roomHeader {
6064
width: 100%;
6165
}

assets/img/browserconfig.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square70x70logo src="/favicon-70.png"/>
6+
<square150x150logo src="/favicon-150.png"/>
7+
<square310x310logo src="/favicon-310.png"/>
8+
<TileColor>#FFFFFF</TileColor>
9+
</tile>
10+
</msapplication>
11+
</browserconfig>

assets/img/favicon-114.png

10.1 KB
Loading

assets/img/favicon-120.png

10.7 KB
Loading

assets/img/favicon-144.png

13.4 KB
Loading

assets/img/favicon-150.png

13.8 KB
Loading

assets/img/favicon-152.png

14 KB
Loading

assets/img/favicon-16.png

1.33 KB
Loading

assets/img/favicon-160.png

14.9 KB
Loading

0 commit comments

Comments
 (0)