Skip to content

Commit

Permalink
Minor fixes to use with Rambox
Browse files Browse the repository at this point in the history
**Minor fixes to use with Rambox**

Fixed the sidebar glitch in Rambox
Fixed the Update Message in Rambox
  • Loading branch information
5jubsPRO committed Apr 12, 2023
1 parent fea7b0d commit dcf3ed2
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions whatsapp-dark.user.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/* ==UserStyle==
@name WhatsApp Dark Contrasted
@namespace SpartanJ-5jubs
@version 1.0.8
@version 1.0.9
@homepageURL https://github.com/5jubsPRO/WhatsApp-Dark
@updateURL https://raw.githubusercontent.com/5jubsPRO/WhatsApp-Dark/master/whatsapp-dark.user.css
@license CC0 - Public Domain
@author SpartanJ-5jubs
==/UserStyle== */
/*! WhatsApp Dark v1.0.8 (2022-11-25) */
/*! WhatsApp Dark v1.0.9 (2022-04-12) */
/*! Repository: https://github.com/5jubsPRO/WhatsApp-Dark */
/*! License: https://creativecommons.org/share-your-work/public-domain/cc0/ */
@-moz-document domain("web.whatsapp.com") {
Expand Down Expand Up @@ -2191,7 +2191,7 @@
}

/*Remove UPDATE Message*/
._3z9_h {
._3z9_h, ._3P5VY {
display: none !important;
}

Expand All @@ -2216,8 +2216,15 @@
max-width: none;
height: 100%;
}
}

@media screen and (min-width: 1300px) {
.three ._3RGKj, .three ._1xFRo, .two ._3RGKj {
flex: 0 0 18%;
max-width: 30%;
}
}

/*Define the color of the BackGround Components*/
@media screen and (min-width: 1441px) {
html[dir] ._2c_rw:after {
Expand Down

0 comments on commit dcf3ed2

Please sign in to comment.