mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Relative container
This commit is contained in:
parent
35243efdc8
commit
30921d616b
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
</section>
|
||||
|
||||
<section>
|
||||
<div class="inner-wrap">
|
||||
<div class="inner-wrap" style="position: relative;">
|
||||
<?php if ($confirmSuccess ?? false): ?>
|
||||
<?php if (IS_PRODUCTION): ?>
|
||||
<?php js_start() ?>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
</section>
|
||||
|
||||
<section>
|
||||
<div class="inner-wrap">
|
||||
<div class="inner-wrap" style="position: relative;">
|
||||
<?php if ($error ?? false): ?>
|
||||
<div class="notice notice-error spacer1"><?php echo $error ?></div>
|
||||
<?php else: ?>
|
||||
|
|
Loading…
Add table
Reference in a new issue