Link tweaks?

This commit is contained in:
Ben Visness 2024-07-05 13:44:50 -05:00
parent e1ee5c6635
commit 56028c78de
3 changed files with 4 additions and 4 deletions

View File

@ -2912,7 +2912,7 @@ code {
.debug-grid-16-solid { .debug-grid-16-solid {
background: #fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0; background: #fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0;
} }
@media screen and (min-width:30em) { @media screen and (min-width:35em) {
.aspect-ratio-ns { .aspect-ratio-ns {
height: 0; height: 0;
position: relative; position: relative;

File diff suppressed because one or more lines are too long

View File

@ -10,8 +10,8 @@
</div> </div>
<template id="link_row"> <template id="link_row">
<div class="link_row drop_slot w-100 flex items-center" data-tmpl="root"> <div class="link_row drop_slot w-100 flex items-center" data-tmpl="root">
<span class="link_handle svgicon pr2 pointer grab" onmousedown="startLinkDrag(event)">{{ svg "draggable" }}</span> <span class="link_handle svgicon pr2 pr3-ns pointer grab" onmousedown="startLinkDrag(event)">{{ svg "draggable" }}</span>
<div class="flex-grow-1 flex flex-column flex-row-ns g2"> <div class="flex-grow-1 flex flex-column flex-row-ns g2-ns">
<input data-tmpl="nameInput" class="link_name w5-ns" type="text" placeholder="Name" oninput="linkInput(event)" /> <input data-tmpl="nameInput" class="link_name w5-ns" type="text" placeholder="Name" oninput="linkInput(event)" />
<input data-tmpl="urlInput" class="link_url flex-grow-1" type="url" placeholder="Link" oninput="linkInput(event)" /> <input data-tmpl="urlInput" class="link_url flex-grow-1" type="url" placeholder="Link" oninput="linkInput(event)" />
</div> </div>