topic_common_head

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "topic_common_head".
... in responsive.naml
159
160
161
162
163
164
165
166
167
168
<override_macro name="topic_common_head">
    <n.search_highlight_js/>
    <n.message_width_js/>
    <style>
        @media (max-width: 600px) {
            div.topics-controls-wrapper{margin:1.2em 0 7em !important}
            div.root-text img,div.message-text img{max-width:100%}
        }
    </style>
</override_macro>
Overrides default macro
... in topic.naml
217
218
219
220
<macro name="topic_common_head">
    <n.search_highlight_js/>
    <n.message_width_js/>
</macro>