Skip to content

Commit

Permalink
improved modal
Browse files Browse the repository at this point in the history
  • Loading branch information
GwenTastic committed May 7, 2024
1 parent 6f1503c commit 604c8da
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 51 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Gwen[Tastic]'s Twee File Splitter
show_downloads: true
show_projectgit: false
owner_name: "{Gwen[♡].Tastic}"
page_version: 1.4.0
page_version: 1.4.1
app_version: 1.0.4
google_analytics: false
theme: jekyll-theme-dinky
8 changes: 7 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@

<div id="modal">
<div id="modal-content">

<div id="modal-header">
<span id="modal-title"></span>
<span id="btn-close-modal" class="close">&times;</span>
</div>
<div id="modal-body">
</div>
</div>
</div>

<header>
<h1 class="header">{{ site.title | default: site.github.repository_name }}</h1>
<p class="header">{{ site.description | default: site.github.project_tagline }}</p>
Expand Down
Loading

0 comments on commit 604c8da

Please sign in to comment.