diff --git a/README.md b/README.md index 796c826..7f5484d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Element Web Modifications -For version [f0ck.it version: 1.9.1-19](https://github.com/vector-im/element-web) +For version [f0ck.it version: 1.9.3-14](https://github.com/vector-im/element-web) ![Element Showcase](https://gitfap.de/noxy/element-modifications/-/raw/master/img/2021-08-12_13-24.png "Element Showcase") diff --git a/config.json b/config.json index 13bd5b3..ba3c161 100644 --- a/config.json +++ b/config.json @@ -12,7 +12,7 @@ "brand": "f0ck.it", "branding": { "welcomeBackgroundUrl": "/img/background-auth.jpg", - "authFooterLinks": [{"text": "chat.f0ck.it is running with glowers patchset", "url": "https://gitfap.de/noxy/element-modifications"}] + "authFooterLinks": [{"text": "chat.f0ck.it is running with glowers patchset", "url": "https://git.lat/schrumpel/element-modifications"}] }, "embeddedPages": { "loginForWelcome": true diff --git a/custom.css b/custom.css index 5837911..c33a588 100644 --- a/custom.css +++ b/custom.css @@ -314,7 +314,6 @@ 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); @@ -329,12 +328,9 @@ span.mx_MVideoBody video.mx_MVideoBody { .mx_MessageComposer_e2eIcon.mx_E2EIcon { position: absolute; - left: 60px; + left: 55px; margin-right: 0; - margin-left: -5px; - width: 12px; - height: 12px; - margin-right: 5px; + top: 25px; } .mx_ContextualMenu { @@ -352,21 +348,37 @@ span.mx_MVideoBody video.mx_MVideoBody { opacity: 0.1; } -.mx_MessageComposer_sendMessage { - position: relative; - width: 26px; - height: 26px; - right: 6px; -} - -.mx_MessageComposer_sendMessage::before { - height: 15px; - width: 15px; - top: 5px; - left: 7px; -} /* in v 1.19.1 the access menu had no color anymore, this attempts to fix it */ .mx_AccessibleButton.mx_MessageActionBar_maskButton::after { background: white; +} + +.mx_ToastContainer { + background: var(--roomlist-background-color); +} + +.mx_AppPermissionWarning { + background: #161618; + padding: 5px; +} + +.mx_ContextualMenu { + -webkit-box-shadow: none; + box-shadow: none; + color: var(--timeline-text-color); + border: 1px solid #2e2e30; + margin: 5px; +} + +.mx_IconizedContextMenu .mx_IconizedContextMenu_optionList .mx_AccessibleButton:hover { + background-color: var(--roomlist-highlights-color); +} + +.mx_IconizedContextMenu .mx_IconizedContextMenu_optionList:last-child .mx_AccessibleButton:last-child { + border-radius: 0; +} + +.mx_IconizedContextMenu .mx_IconizedContextMenu_optionList:first-child .mx_AccessibleButton:first-child { + border-radius: 0; } \ No newline at end of file diff --git a/prebuilt/element-v1.9.3-14-gba302b7d.tar.gz b/prebuilt/element-v1.9.3-14-gba302b7d.tar.gz new file mode 100644 index 0000000..b4c0277 Binary files /dev/null and b/prebuilt/element-v1.9.3-14-gba302b7d.tar.gz differ