master
km0 2 years ago
parent ed58245d84
commit f9089cf5ee

@ -56,13 +56,28 @@ h1 {
} }
#preferences { #preferences {
width: auto;
font-weight: 600;
background: none; background: none;
padding: 0; padding: 0;
margin: 8px 0; margin-top: 16px;
border: none; border: none;
color: #1834e9; color: #1834e9;
} }
.button {
position: relative;
margin-left: auto;
}
#label {
font-size: 9px;
position: absolute;
bottom: -16px;
left: 0;
white-space: pre-line;
}
.category { .category {
display: flex; display: flex;

@ -13,7 +13,10 @@
<body> <body>
<header> <header>
<h1>Ucontrol</h1> <h1>Ucontrol</h1>
<button id="activate"></button> <div class="button">
<button id="activate"></button>
<label for="activate" id="label">Filter</label>
</div>
</header> </header>
<ul id="selected-list"> <ul id="selected-list">
<li class="category reference"> <li class="category reference">
@ -24,6 +27,6 @@
</label> </label>
</li> </li>
</ul> </ul>
<button id="preferences">Preferences</button> <button id="preferences">More info ></button>
</body> </body>
</html> </html>

Loading…
Cancel
Save