Skip to content

Commit

Permalink
layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed Nov 16, 2023
1 parent 5e52546 commit ac9a977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions http.view.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
[hyoo_http_body] {
display: flex;
flex-direction: column;
}

[hyoo_http_data] {
display: flex;
flex: auto;
Expand Down
4 changes: 2 additions & 2 deletions http.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $hyoo_http $mol_page
hint <= uri_hint @ \URI
submit? <=> submit? null
<= Data $mol_view sub /
<= Request $mol_scroll sub /
<= Request $mol_scroll sub / <= Request_locks $mol_list rows /
<= Request_method $mol_labeler
title <= request_method_title @ \Method
Content <= Request_method_input $mol_switch
Expand All @@ -40,7 +40,7 @@ $hyoo_http $mol_page
Content <= Request_body_input $mol_textarea
value?val <=> request_body?val \
submit? <=> submit? null
<= Response $mol_scroll sub <= response_output /
<= Response $mol_scroll sub / <= Response_blocks $mol_list rows <= response_output /
<= Response_headers $mol_labeler
title <= response_headers_title @ \Response headers
Content <= Response_headers_output $mol_text_code
Expand Down

0 comments on commit ac9a977

Please sign in to comment.