mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: add back tmp inline styling
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
|
||||
<Container>
|
||||
<div class="u-flex u-gap-12 common-section u-main-space-between">
|
||||
<div class="input-text-wrapper u-stretch">
|
||||
<div class="input-text-wrapper u-stretch" style="max-width: 500px">
|
||||
<input
|
||||
type="search"
|
||||
placeholder="Search by Filename"
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
|
||||
<Container>
|
||||
<div class="u-flex u-gap-12 common-section u-main-space-between">
|
||||
<div class="input-text-wrapper u-stretch">
|
||||
<div class="input-text-wrapper u-stretch" style="max-width: 500px">
|
||||
<input
|
||||
type="search"
|
||||
placeholder="Search Name, Email, or ID"
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
|
||||
<Container>
|
||||
<div class="u-flex u-gap-12 common-section u-main-space-between">
|
||||
<div class="input-text-wrapper u-stretch">
|
||||
<div class="input-text-wrapper u-stretch" style="max-width: 500px">
|
||||
<input
|
||||
type="search"
|
||||
placeholder="Search by Name"
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
<Container>
|
||||
<div class="u-flex u-gap-12 common-section u-main-space-between">
|
||||
<div class="input-text-wrapper u-stretch">
|
||||
<div class="input-text-wrapper u-stretch" style="max-width: 500px">
|
||||
<input
|
||||
type="search"
|
||||
placeholder="Search by ID"
|
||||
|
||||
Reference in New Issue
Block a user