f0ckgle ß49tjk
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 18s
All checks were successful
fetch npm modules / f0ck the f0cker (push) Successful in 18s
This commit is contained in:
parent
abf4ca92b1
commit
a942fc0b94
|
@ -2843,3 +2843,21 @@ ul.navbar-nav-guests li.nav-item {
|
|||
img#f0ck-image, div.imageDoor, div.posts a, video {
|
||||
animation: 1s ease-out 0s 1 fadeIn;
|
||||
}
|
||||
|
||||
/* f0ckgle */
|
||||
.f0ckgle {
|
||||
display: grid;
|
||||
align-content: center;
|
||||
height: calc(100vh - 12cm);
|
||||
}
|
||||
|
||||
.search-title {
|
||||
text-align: center;
|
||||
font-size: xxx-large;
|
||||
}
|
||||
|
||||
.admin-search input {
|
||||
padding: 15px;
|
||||
border: 1px solid var(--accent);
|
||||
min-width: 30%;
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<span style="color:#EA4335;">l</span>
|
||||
<span style="color:#4285F4;">e</span>
|
||||
<form action="/search" class="admin-search">
|
||||
<input type="text" name="tag" value="{!! searchstring || '' !!}" /><button type="submit"><b>f0ck</b></button>
|
||||
<input type="text" name="tag" value="{!! searchstring || '' !!}" /><button type="submit">🔍</button>
|
||||
</form>
|
||||
<div class="results">
|
||||
@if(result)
|
||||
|
|
Loading…
Reference in New Issue
Block a user