mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-08 12:02:33 +01:00
Update theme
This commit is contained in:
parent
31dc27d568
commit
a99ce27219
@ -16,6 +16,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
@mixin fill-available {
|
||||
width: 100%;
|
||||
max-width: -webkit-fill-available;
|
||||
max-width: -moz-available;
|
||||
max-width: fill-available;
|
||||
}
|
||||
|
||||
@mixin keyframes($name) {
|
||||
@-webkit-keyframes #{$name} {
|
||||
@content;
|
||||
@ -38,7 +45,12 @@
|
||||
@function str-replace($string, $search, $replace: "") {
|
||||
$index: str-index($string, $search);
|
||||
|
||||
@return if($index, str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace), $string);
|
||||
@return if(
|
||||
$index,
|
||||
str-slice($string, 1, $index - 1) + $replace +
|
||||
str-replace(str-slice($string, $index + str-length($search)), $search, $replace),
|
||||
$string
|
||||
);
|
||||
}
|
||||
|
||||
// https://css-tricks.com/probably-dont-base64-svg/
|
||||
|
@ -0,0 +1,3 @@
|
||||
[role="navigation"] {
|
||||
border-right: 2px solid $bg_opaque2 !important;
|
||||
}
|
@ -2,7 +2,7 @@
|
||||
--attachment-footer-background: #{$bg_opaque} !important;
|
||||
--card-background-flat: #{$bg_opaque} !important;
|
||||
--card-background: #{$bg_opaque} !important;
|
||||
--comment-background: #{$bg_opaque} !important;
|
||||
--comment-background: #{$bg_opaque2} !important;
|
||||
--comment-footer-background: #{$bg_opaque} !important;
|
||||
--disabled-button-background: #{$bg_opaque} !important;
|
||||
--disabled-icon: #{$text_disabled} !important;
|
||||
@ -25,6 +25,10 @@
|
||||
--secondary-text: #{$text} !important;
|
||||
--surface-background: #{$bg_opaque2} !important; // Emoji background
|
||||
--toggle-active-background: #{$bg_opaque2} !important;
|
||||
--wash: #{$bg_opaque2} !important;
|
||||
--web-wash: #{$bg_opaque2} !important;
|
||||
--web-wash: #{$bg_opaque2} !important;
|
||||
|
||||
[role="navigation"] {
|
||||
--surface-background: #{$bg_opaque} !important; // Nav background
|
||||
}
|
||||
}
|
||||
|
@ -4,3 +4,17 @@
|
||||
@import "core_text";
|
||||
@import "core_bg";
|
||||
@import "core_border";
|
||||
|
||||
// Sizing adjustments
|
||||
[role="navigation"] {
|
||||
.rq0escxv.l9j0dhe7.du4w35lb.j83agx80.g5gj957u.rj1gh0hx.buofh1pr.hpfvmrgz.i1fnvgqd.bp9cbjyn.owycx6da.btwxx1t3.dflh9lhu.scb9dxdr.sj5x9vvc.cxgpxx05.sn0e7ne5.f6rbj1fe.l3ldwz01 /* New! Messenger app for windows */,
|
||||
.rq0escxv.l9j0dhe7.du4w35lb.n851cfcs.aahdfvyu /* Search messenger */,
|
||||
.wkznzc2l /* Top left chat + menu entry */ {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.rq0escxv.l9j0dhe7.du4w35lb.j83agx80.cbu4d94t.pfnyh3mw.d2edcug0.hpfvmrgz.p8fzw8mz.pcp91wgn.iuny7tx3.ipjc6fyt /* Top bar call video info icons */,
|
||||
.kuivcneq /* Right sidebar */ {
|
||||
display: none !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user