mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 23:50:47 +02:00
added view query sample loading indicator
This commit is contained in:
@@ -88,7 +88,17 @@
|
||||
padding: var(--smSpacing);
|
||||
}
|
||||
|
||||
.view-query-sample-wrapper {
|
||||
position: relative;
|
||||
.loader {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
right: 10px;
|
||||
top: 10px;
|
||||
}
|
||||
}
|
||||
.view-query-sample code {
|
||||
z-index: 0;
|
||||
max-height: 300px;
|
||||
background: none;
|
||||
border: 1px solid var(--surfaceAlt2Color);
|
||||
|
||||
Reference in New Issue
Block a user