mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
postcss_vars: Use underscore to follow better naming convention.
This commit is contained in:
@@ -59,12 +59,12 @@ exports.initialize = function () {
|
||||
|
||||
$("head").append(
|
||||
"<style> @media (max-width: " +
|
||||
media_breakpoints["xl-max"] +
|
||||
media_breakpoints.xl_max +
|
||||
") { .compose-content, .header-main .column-middle { margin-right: " +
|
||||
(7 + sbWidth) +
|
||||
"px !important; } } " +
|
||||
"@media (max-width: " +
|
||||
media_breakpoints["xl-max"] +
|
||||
media_breakpoints.xl_max +
|
||||
") { .fixed-app .column-middle { margin-left: " +
|
||||
(7 + sbWidth) +
|
||||
"px !important; } } " +
|
||||
|
||||
Reference in New Issue
Block a user