@@ -229,7 +229,7 @@ const handleCopy = (text) => {
229229
230230< template>
231231 < Flex wide direction= " column" gap= " 16" : class = " $style.wrapper" >
232- < Flex align= " center" justify= " between" >
232+ < Flex align= " center" justify= " between" : class = " $style.tabs_tools " >
233233 < Flex align= " center" gap= " 8" >
234234 < Flex @click= " currTab = 'viewer'" align= " center" gap= " 6" : class = " [$style.tab, currTab === 'viewer' && $style.active]" >
235235 < Text size= " 12" weight= " 600" color= " secondary" mono> 01 < / Text >
@@ -241,7 +241,7 @@ const handleCopy = (text) => {
241241 < / Flex>
242242 < / Flex>
243243
244- < Flex align= " center" gap= " 8" >
244+ < Flex align= " center" gap= " 8" : class = " $style.tools " >
245245 < Button v- if = " l2BlockscoutUrl" : link= " l2BlockscoutUrl" target= " _blank" size= " mini" type= " secondary" >
246246 < Icon name= " blockscout" size= " 12" color= " secondary" / >
247247 View batch
@@ -254,7 +254,7 @@ const handleCopy = (text) => {
254254 < Icon name= " blob" size= " 12" color= " secondary" / >
255255 Select blob
256256 < / Button>
257- < Button @click= " handleDownload" type= " secondary" size= " mini" wide >
257+ < Button @click= " handleDownload" type= " secondary" size= " mini" >
258258 < Icon name= " download" size= " 14" color= " secondary" / >
259259 < / Button>
260260 < Button @click= " modalsStore.open('hexSettings')" size= " mini" type= " secondary" >
@@ -659,4 +659,17 @@ const handleCopy = (text) => {
659659 max- width: initial;
660660 }
661661}
662+
663+ @media (max - width : 600px ) {
664+ .tabs_tools {
665+ flex- direction: column- reverse;
666+ align- items: flex- start;
667+ gap: 12px ;
668+
669+ .tools {
670+ width: 100 % ;
671+ justify- content: flex- end;
672+ }
673+ }
674+ }
662675< / style>
0 commit comments