mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-19 21:10:25 +01:00
Updated button-editor
This commit is contained in:
parent
08da6fa960
commit
845327a628
@ -262,7 +262,7 @@ class UserController extends Controller
|
|||||||
} else {
|
} else {
|
||||||
Link::where('id', $linkId)->update([]);
|
Link::where('id', $linkId)->update([]);
|
||||||
}
|
}
|
||||||
return header("Refresh:0");
|
return Redirect('#result');
|
||||||
}
|
}
|
||||||
|
|
||||||
//Show littlelinke page for edit
|
//Show littlelinke page for edit
|
||||||
|
@ -242,7 +242,7 @@ background-image: linear-gradient(-135deg,#0f0c29,#302b63,#24243e)
|
|||||||
<button type="submit" class="mt-3 ml-3 btn btn-info">Reset to default</button>
|
<button type="submit" class="mt-3 ml-3 btn btn-info">Reset to default</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<br><br><div style="left: 1%; position: relative; background-color:#2c2d3a; border-radius: 25px; min-width:300px; max-width:950px; height:300px; box-shadow: 0 10px 20px -10px rgba(0,0,0, 0.6);">
|
<br><br><div id="result" style="left: 1%; position: relative; background-color:#2c2d3a; border-radius: 25px; min-width:300px; max-width:950px; height:300px; box-shadow: 0 10px 20px -10px rgba(0,0,0, 0.6);">
|
||||||
<div style="position: relative; top: 50%; transform: translateY(-50%);">
|
<div style="position: relative; top: 50%; transform: translateY(-50%);">
|
||||||
<h2 align="center" style="color:white">Result:</h2>
|
<h2 align="center" style="color:white">Result:</h2>
|
||||||
@if($custom_css === "")
|
@if($custom_css === "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user