@@ -56,6 +56,10 @@ to augment IPv4 with Network and Netmask visualization
5656 }
5757 </script >
5858
59+ <small class =" absolute mt-0.6" >
60+ <pre class ="mx-2 text-gray-400" >Netmask: {renderedMask }</pre >
61+ </small >
62+ <small class =" opacity-0" >placeholder</small >
5963<div class =" relative" >
6064 <div class =" absolute w-full h-full rounded-b overflow-clip z--10" >
6165 <div class ="h-full bg-gray-200" style:width ={` ${(prefix / 32 ) * 100 }% ` } />
@@ -76,8 +80,12 @@ to augment IPv4 with Network and Netmask visualization
7680 />
7781 </div >
7882</div >
79- <small class =" absolute mt-0.6" >
80- <pre class ="mx-2 text-gray-400" >Netmask: {renderedMask }</pre >
83+ <small class =" mx-2 text-gray-600 absolute mt-0.6" >
84+ <pre class =" inline-block text-cyan" >Network:</pre >
85+ <div class =" inline-block text-cyan" >
86+ <PartialTransition notation ={renderedNetwork } />
87+ </div >
88+ <pre class =" text-gray-400 inline-block lt-xs:hidden" >= Address & Netmask</pre >
8189</small >
8290<small class =" opacity-0" >placeholder</small >
8391<Bits
@@ -92,11 +100,3 @@ to augment IPv4 with Network and Netmask visualization
92100 on:update ={onUpdateForNetwork }
93101 disabledBits ={~ mask >>> 0 }
94102/>
95- <small class =" mx-2 text-gray-600 absolute mt-0.6" >
96- <pre class =" text-gray-400 inline-block lt-xs:hidden" >IP & Netmask = </pre >
97- <pre class =" inline-block text-cyan" >Network:</pre >
98- <div class =" inline-block text-cyan" >
99- <PartialTransition notation ={renderedNetwork } />
100- </div >
101- </small >
102- <small class =" opacity-0" >placeholder</small >
0 commit comments