File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 190190
191191/*
192192 * Mobile only (≤768px):
193- * [panel+logo LEFT] [spacer] [filename | Letter/Diary | PDF] [spacer]
194- * Spacers share free width so the control cluster sits in the remaining
195- * space instead of looking pinned left with a dead zone on the right.
193+ * [panel+logo LEFT] [spacer] [filename | Letter/Diary] [spacer] [PDF RIGHT]
194+ * Spacers share free width; PDF stays flush right like desktop header-right.
196195 */
197196@media (max-width : 768px ) {
198197 .header-content {
225224 display : none;
226225 }
227226
228- /* Leading spacer — balances free space after the brand */
227+ /* Leading spacer — free space after the brand */
229228 .header-content ::before {
230229 content : '' ;
231230 order : 2 ;
250249 display : none !important ;
251250 }
252251
252+ .translit-toggle-wrapper {
253+ display : none !important ;
254+ }
255+
256+ /* Trailing spacer — pushes PDF to the right edge */
257+ .header-content ::after {
258+ content : '' ;
259+ order : 5 ;
260+ flex : 1 1 0 ;
261+ min-width : 4px ;
262+ max-width : 100% ;
263+ }
264+
253265 # exportBtn {
254266 display : inline-flex !important ;
255- order : 5 ;
267+ order : 6 ;
256268 flex : 0 0 auto;
257269 width : 36px ;
258270 padding : 0 ;
259271 justify-content : center;
272+ margin-left : 0 ;
260273 }
261274
262275 # exportBtn span : not (.btn-icon ) {
263276 display : none;
264277 }
265278
266- /* Trailing spacer — matches ::before so cluster isn't left-biased */
267- .header-content ::after {
268- content : '' ;
269- order : 6 ;
270- flex : 1 1 0 ;
271- min-width : 4px ;
272- max-width : 100% ;
273- }
274-
275279 .segment-btn {
276280 padding : 0 10px ;
277281 font-size : 12px ;
You can’t perform that action at this time.
0 commit comments