bumping version to 1.9.3-14 - fixing the custom css

This commit is contained in:
Kibi Kelburton 2021-11-07 19:12:15 +01:00
parent f317439ad5
commit f480dda7af
4 changed files with 33 additions and 21 deletions

View File

@ -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")

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", "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

View File

@ -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;
}

Binary file not shown.