Difference between revisions of "Widget:Compass"

From LINKS Community Center
Jump to: navigation, search
Line 15: Line 15:
 
             position: absolute;
 
             position: absolute;
 
             width: 1em;
 
             width: 1em;
             height: 1px;
+
             height: 2px;
 
             background-color: currentColor;
 
             background-color: currentColor;
 
         }
 
         }
Line 23: Line 23:
 
             position: absolute;
 
             position: absolute;
 
             width: 1em;
 
             width: 1em;
             height: 1px;
+
             height: 2px;
 
             background-color: currentColor;
 
             background-color: currentColor;
 
             transform: rotate(90deg);
 
             transform: rotate(90deg);

Revision as of 11:33, 23 November 2022

Development version of the Compass.
Not ready for production!