mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 22:44:57 +08:00
Fix flash as suggested by @lord
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -19,3 +19,4 @@ build/
|
||||
.yardoc
|
||||
_yardoc
|
||||
doc/
|
||||
.idea/
|
||||
@@ -53,6 +53,7 @@ under the License.
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="page-wrapper">
|
||||
<div class="dark-box"></div>
|
||||
<div class="content">
|
||||
<%= yield %>
|
||||
<% current_page.data.includes && current_page.data.includes.each do |include| %>
|
||||
|
||||
@@ -251,7 +251,7 @@ html, body {
|
||||
position: relative;
|
||||
z-index: 30;
|
||||
|
||||
section {
|
||||
&, section {
|
||||
padding-bottom: 6em;
|
||||
&:after {
|
||||
content: '';
|
||||
|
||||
Reference in New Issue
Block a user