better links to workspaces
This commit is contained in:
+20
-1
@@ -2586,7 +2586,7 @@ dialog::backdrop {
|
||||
}
|
||||
|
||||
.hide-preview-line-numbers .preview {
|
||||
padding-left: 0;
|
||||
padding-left: 24px;
|
||||
}
|
||||
|
||||
.hide-preview-line-numbers .preview-source-line::before {
|
||||
@@ -6178,6 +6178,25 @@ dialog::backdrop {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.resource-brand__trail {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
min-height: .8rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.resource-brand__separator {
|
||||
color: var(--text-muted);
|
||||
font-size: .68rem;
|
||||
line-height: 1;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.resource-brand__kind--current {
|
||||
color: var(--text-heading);
|
||||
}
|
||||
|
||||
.resource-brand__kind:hover,
|
||||
.resource-brand__kind:focus-visible,
|
||||
.resource-brand__logo:hover,
|
||||
|
||||
+2
-2
@@ -15,9 +15,9 @@
|
||||
<body class="pad-page" data-resource-kind="__RESOURCE_KIND__" data-registration-enabled="__REGISTRATION_ENABLED__">
|
||||
<header class="app-header">
|
||||
<div class="app-header__main">
|
||||
<div class="resource-brand" aria-label="RustPad __RESOURCE_LABEL__">
|
||||
<div class="resource-brand" aria-label="__RESOURCE_ARIA_LABEL__">
|
||||
<a class="resource-brand__logo home-brand" href="/" aria-label="RustPad home">RustPad</a>
|
||||
<a id="resource-parent-link" class="resource-brand__kind __PARENT_CLASS__" href="__PARENT_URL__">__RESOURCE_LABEL__</a>
|
||||
<nav class="resource-brand__trail" aria-label="Current location">__RESOURCE_BREADCRUMB__</nav>
|
||||
</div>
|
||||
<span class="header-divider"></span>
|
||||
<div id="document-link-copy" class="document-heading document-heading--copy" role="button" tabindex="0"
|
||||
|
||||
Reference in New Issue
Block a user