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: 2px;
+
             height: 1px;
 
             background-color: currentColor;
 
             background-color: currentColor;
 
         }
 
         }
Line 23: Line 23:
 
             position: absolute;
 
             position: absolute;
 
             width: 1em;
 
             width: 1em;
             height: 2px;
+
             height: 1px;
 
             background-color: currentColor;
 
             background-color: currentColor;
 
             transform: rotate(90deg);
 
             transform: rotate(90deg);
Line 58: Line 58:
 
             cursor: pointer;
 
             cursor: pointer;
 
         }
 
         }
 
        /* #cmp-container h2::after {
 
            display: inline-block;
 
            content: "→";
 
            transform: rotate(90deg);
 
            margin-left: .5em;
 
        } */
 
 
 
  
 
         #cmp-container h3 {
 
         #cmp-container h3 {

Revision as of 11:40, 23 November 2022

Development version of the Compass.
Not ready for production!