File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed
Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div class =" min-h-screen bg-background-primary text-label-primary" >
3- <div class =" container mx-auto px-4 py-4" >
4- <div class =" flex items-center justify-between" >
5- <div >
6- <MainBadge v-if =" !electricityLoading && electricityStatus" :variant =" electricityBadgeVariant"
7- :label =" electricityBadgeLabel" />
8- </div >
9- <div class =" flex items-center space-x-4" >
10- <MainButton buttonStyle =" primary" size =" M" icon =" ic:baseline-discord" label =" Вхід для резедентів"
11- :link =" data?.redirectUri" />
12- <ThemeSwitch />
13- </div >
3+ <div class =" container mx-auto px-4 py-4 flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between" >
4+ <div class =" w-full sm:w-auto" >
5+ <MainBadge
6+ v-if =" !electricityLoading && electricityStatus"
7+ :variant =" electricityBadgeVariant"
8+ :label =" electricityBadgeLabel"
9+ class =" w-full sm:w-auto mb-4 sm:mb-0"
10+ />
11+ </div >
12+ <div class =" flex w-full sm:w-auto items-center justify-end gap-4 flex-row" >
13+ <MainButton
14+ buttonStyle =" primary"
15+ size =" M"
16+ icon =" ic:baseline-discord"
17+ label =" Вхід для резедентів"
18+ :link =" data?.redirectUri"
19+ class =" w-full sm:w-auto"
20+ />
21+ <ThemeSwitch />
1422 </div >
1523 </div >
1624
You can’t perform that action at this time.
0 commit comments