Link tweaks?
This commit is contained in:
parent
e1ee5c6635
commit
56028c78de
|
@ -2912,7 +2912,7 @@ code {
|
|||
.debug-grid-16-solid {
|
||||
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 {
|
||||
height: 0;
|
||||
position: relative;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -10,8 +10,8 @@
|
|||
</div>
|
||||
<template id="link_row">
|
||||
<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>
|
||||
<div class="flex-grow-1 flex flex-column flex-row-ns g2">
|
||||
<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-ns">
|
||||
<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)" />
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue