We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb65f6 commit e28a831Copy full SHA for e28a831
resources/views/panel/users.blade.php
@@ -2,7 +2,7 @@
2
3
@section('content')
4
5
- <style>.delete{color:#fff; background-color:tomato; border-radius:5px; padding:8px 12px; cursor: pointer;}.delete:hover{color:#fff;background-color:#f13d1d;} @media(max-width: 1050px){.hide-mobile-del{display:none;}}</style>
+ <style>.delete{color:#fff; background-color:tomato; border-radius:5px; padding:8px 12px; cursor: pointer;}.delete:hover{color:#fff;background-color:#f13d1d;} @media(max-width: 1450px){.hide-mobile-del{display:none;}}</style>
6
7
<h2 class="mb-4"><i class="bi bi-person"> Users</i></h2>
8
0 commit comments