1.8.1-90-g3d1eca95-dirty

This commit is contained in:
Kibi Kelburton 2021-08-29 06:11:50 +02:00
commit b58016d050
6 changed files with 14 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# Element Web Modifications
For version [1.7.34-40](https://github.com/vector-im/element-web)
![Element Showcase](https://gitfap.de/noxy/element-modifications/-/raw/master/img/2021-05-19_19-35.png "Element Showcase")
![Element Showcase](https://gitfap.de/noxy/element-modifications/-/raw/master/img/2021-08-12_13-24.png "Element Showcase")
Running at https://chat.f0ck.it
@ -22,6 +22,12 @@ Copy the `patch` directory to the root of the element-web directory and run the
`yarn dist`
After successful compile go to the dist/ directory and unpack your compiled element-web, open the index.html and add the following line after `<link rel="stylesheet" disabled="disabled" data-mx-theme="Dark-custom" title="Dark-custom" href="bundles/992c2fdfdb70c62e3cd4/theme-dark-custom.css">`
`<link rel="stylesheet" href="custom.css">`
Should be around line ~53
# If weak male download prebuilt
See prebuilt folder for that
@ -42,7 +48,7 @@ Fill in this:
"stickerpicker": {
"content": {
"type": "m.stickerpicker",
"url": "https://matrix.f0ck.it/?theme=$theme",
"url": "https://matrix.f0ck.it/stickers/?theme=$theme",
"name": "Stickerpicker",
"data": {}
},

View File

@ -12,7 +12,7 @@
"brand": "f0ck.it",
"branding": {
"welcomeBackgroundUrl": "/img/background-auth.jpg",
"authFooterLinks": [{"text": "chat.f0ck.it is running with glowers patchset on version 1.7.29-21 ", "url": "https://gitfap.de/noxy/element-modifications"}]
"authFooterLinks": [{"text": "chat.f0ck.it is running with glowers patchset on version 1.7.34-40-g66c86697 ", "url": "https://gitfap.de/noxy/element-modifications"}]
},
"embeddedPages": {
"loginForWelcome": true

View File

@ -312,6 +312,7 @@ span.mx_MVideoBody video.mx_MVideoBody {
.mx_MediaBody.mx_AudioPlayer_container .mx_AudioPlayer_seek .mx_Clock {
width: auto;
}
<<<<<<< HEAD
.mx_ToastContainer .mx_Toast_toast, .mx_ToastContainer.mx_ToastContainer_stacked::before {
-webkit-box-shadow: 0px 0px 0px 1px rgba(136, 131, 131, 0.5);
@ -342,4 +343,6 @@ span.mx_MVideoBody video.mx_MVideoBody {
-webkit-box-shadow: unset;
box-shadow: unset;
border-radius: 0;
}
}
=======
>>>>>>> 26529aa77a2fdc33f832f6903982bb6f048c8d18

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 KiB

BIN
img/2021-08-12_13-24.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 KiB

View File

@ -1,7 +1,3 @@
#!/bin/bash
echo Adding greentext patch...
patch "../node_modules/commonmark/dist/commonmark.js" ./greentext.patch
patch "../node_modules/commonmark/dist/commonmark.js" ./greentext.patch