feat: Restructure styles for cli and new pages
- Remove header from cli - Add body_cli class - Remove unnecessary frame element
This commit is contained in:
parent
f1d17490e0
commit
0c37acf47f
4 changed files with 63 additions and 75 deletions
|
|
@ -4,7 +4,7 @@ tags:
|
|||
- ui
|
||||
---
|
||||
{% set pageId = page.fileSlug %}
|
||||
{% set bodyClass = "body_frame" %}
|
||||
{% set bodyClass = "body_cli" %}
|
||||
|
||||
{% extends "hippie/_app.njk" %}
|
||||
{% import "hippie/macros/_io.njk" as io %}
|
||||
|
|
@ -23,7 +23,6 @@ tags:
|
|||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
{{ io.frameHeader('title-bar') }}
|
||||
<div id="cli">
|
||||
<div id="history">
|
||||
<pre>Previous prompt</pre>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue