Skip to content

Commit

Permalink
release: 3.0.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vednoc committed Aug 12, 2020
1 parent 4b37142 commit f5ce56d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
39 changes: 21 additions & 18 deletions wa.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
@supportURL https://github.com/vednoc/dark-whatsapp/issues
@updateURL https://raw.githubusercontent.com/vednoc/dark-whatsapp/master/wa.user.css
@author vednoc <[email protected]> (https://github.com/vednoc)
@version 3.0.0-rc.3
@version 3.0.0-rc.4
@license MIT
==/UserStyle== */

@-moz-document domain('web.whatsapp.com') {
:root:not(#z),
.dark:not(#z) {
--version: 'Dark-WhatsApp Lite 3.0.0-rc.3 — August 8th, 2020';
--version: 'Dark-WhatsApp Lite 3.0.0-rc.4 — August 12th, 2020';
--message: 'The v3 is almost here! Delaying the full-release until next week – see the changelog for more info. ';
--changes: '\A\A https://github.com/vednoc/dark-whatsapp';
--ui-font: 'font_name', Segoe UI, Helvetica Neue, Helvetica, Lucida Grande, Arial, Ubuntu, Cantarell, Fira Sans, sans-serif !important;
Expand Down Expand Up @@ -281,7 +281,7 @@
--labels-icon-rgb: var(--fg-3-rgb);
--link: var(--ac-0);
--link-rgb: var(--ac-0-rgb);
--live-location-footer-background: rgba(var(--bg-2-rgb), 0.5);
--live-location-footer-background: var(--bg-2);
--live-location-footer-background-rgb: var(--bg-2-rgb);
--live-location-glow: rgba(var(--ac-1-rgb), 0.5);
--live-location-glow-rgb: var(--ac-1-rgb);
Expand Down Expand Up @@ -635,12 +635,7 @@
}
@supports (scrollbar-width: thin) {
* {
scrollbar-width: thin !important;
}
}
@supports (scrollbar-width: thin) {
* {
scrollbar-color: var(--ac-3) rgba(136,136,136,0.063) !important;
scrollbar-color: var(--ac-3) var(--shadow) !important;
}
}
*::-webkit-scrollbar-thumb {
Expand Down Expand Up @@ -852,12 +847,16 @@
height: unset;
width: unset;
filter: blur(var(--bg-blur)) opacity(var(--bg-opacity)) invert(var(--bg-invert)) hue-rotate(var(--bg-hue));
background-color: transparent !important;
background-position: var(--bg-pos) !important;
background-image: var(--bg-image) !important;
background-repeat: var(--bg-rep) !important;
background-size: var(--bg-size) !important;
content: '' !important;
background-color: transparent !important;
}
@media screen and (min-width: 1441px) {
#app > div::after {
content: '' !important;
}
}
div div:first-child > .aGjYp::before,
span div:first-child > .aGjYp::before {
Expand All @@ -881,7 +880,7 @@
#app > div > [tabindex] {
background-color: var(--bg-1) !important;
}
@media (min-width: 1441px) {
@media (min-width: 1441px) {
#app > div > [tabindex],
[data-animate-status-v3-modal-background] > div:first-child {
width: calc(100% - 38px) !important;
Expand All @@ -902,10 +901,6 @@
#app > div > [tabindex] ._3qx7_::after {
display: none !important;
}
#app > div > [tabindex] .gQzdc ._1pp2N,
#app > div > [tabindex] ._3qx7_ ._1pp2N {
padding-right: 5px;
}
._1yO24 {
animation: none !important;
}
Expand Down Expand Up @@ -943,20 +938,28 @@
#side > header button:not([data-animate-menu-icons-item]) [data-icon],
#main > div + header button:not([data-animate-menu-icons-item]) [data-icon],
#main > footer > .copyable-area button:not([data-animate-menu-icons-item]) [data-icon],
#main > footer + span:not([class]) > div button:not([data-animate-menu-icons-item]) [data-icon],
.overlay > div:first-child button:not([data-animate-menu-icons-item]) [data-icon],
.copyable-area > header button:not([data-animate-menu-icons-item]) [data-icon],
#side > header [role = 'button'] [data-icon],
#main > div + header [role = 'button'] [data-icon],
#main > footer > .copyable-area [role = 'button'] [data-icon],
#main > footer + span:not([class]) > div [role = 'button'] [data-icon],
.overlay > div:first-child [role = 'button'] [data-icon],
.copyable-area > header [role = 'button'] [data-icon] {
transition: fill-opacity 0.3s ease !important;
}
#side > header button:not([data-animate-menu-icons-item]):not(._3QjfB):hover [data-icon],
#main > div + header button:not([data-animate-menu-icons-item]):not(._3QjfB):hover [data-icon],
#main > footer > .copyable-area button:not([data-animate-menu-icons-item]):not(._3QjfB):hover [data-icon],
#main > footer + span:not([class]) > div button:not([data-animate-menu-icons-item]):not(._3QjfB):hover [data-icon],
.overlay > div:first-child button:not([data-animate-menu-icons-item]):not(._3QjfB):hover [data-icon],
.copyable-area > header button:not([data-animate-menu-icons-item]):not(._3QjfB):hover [data-icon],
#side > header [role = 'button']:not(._3QjfB):hover [data-icon],
#main > div + header [role = 'button']:not(._3QjfB):hover [data-icon],
#main > footer > .copyable-area [role = 'button']:not(._3QjfB):hover [data-icon],
#main > footer + span:not([class]) > div [role = 'button']:not(._3QjfB):hover [data-icon],
.overlay > div:first-child [role = 'button']:not(._3QjfB):hover [data-icon],
.copyable-area > header [role = 'button']:not(._3QjfB):hover [data-icon] {
fill-opacity: 0.6 !important;
}
Expand Down Expand Up @@ -1408,7 +1411,7 @@
.gm-style img[src *= 'images/google'],
.gm-style img[src *= 'maps.googleapis.com'],
.gm-style img[style *= 'width: 256px'][style *= 'height: 256px'] {
filter: invert(0.8) hue-rotate(180deg) !important;
filter: invert(0.8) hue-rotate(180deg) contrast(120%) !important;
}
.gm-style img[src *= 'com/pp?'],
.gm-style [style *= 'height: 40px; width: 40px'] {
Expand All @@ -1421,7 +1424,7 @@
filter: invert(0.9) !important;
}
.gm-style [controlwidth = '40'] * [style *= 'd-color: rgb(255, 255, 255)'] {
background-color: #000 !important;
background-color: var(--bg-0) !important;
}
.gm-style [style *= 'd-color: rgb(245, 245, 245)'] {
background-color: var(--bg-4) !important;
Expand Down
4 changes: 2 additions & 2 deletions wa.user.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@supportURL https://github.com/vednoc/dark-whatsapp/issues
@updateURL https://raw.githubusercontent.com/vednoc/dark-whatsapp/master/wa.user.styl
@author vednoc <[email protected]> (https://github.com/vednoc)
@version 3.0.0-rc.3
@version 3.0.0-rc.4
@license MIT
@preprocessor stylus
Expand Down Expand Up @@ -247,7 +247,7 @@ ac5 = var(--ac-5)
@-moz-document domain('web.whatsapp.com') {
:root:not(#z), .dark:not(#z) {
/// Userstyle info and announcements.
--version: 'Dark-WhatsApp 3.0.0-rc.3 — August 8th, 2020'
--version: 'Dark-WhatsApp 3.0.0-rc.4 — August 12th, 2020'
--message: 'The v3 is almost here! Delaying the full-release until ' + \
'next week – see the changelog for more info. '
--changes: '\A\A https://github.com/vednoc/dark-whatsapp'
Expand Down

0 comments on commit f5ce56d

Please sign in to comment.