Compact firebase emulator view
localhost-firebase-emulator-compact-1 by Aetherall
Details
AuthorAetherall
LicenseNo License
Categorylocalhost
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name localhost/firestore/data/billing/kraaft-e2e - Aug 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
.App-main {
margin: 0;
max-width: 100%
}
.Firestore-actions {
position: absolute;
top: 0;
}
.Firestore-sub-tabs {
height: 2px;
}
.mdc-list-item {
height: 30px !important;
padding-left: 10px !important;
white-space: nowrap !important;
}
.FieldPreview-children {
position: fixed;
margin-right: 3px;
margin-left: -6px;
overflow: visible;
border-radius: 5px;
padding-top: 5px;
padding-bottom: 5px;
border: 1px solid #EEE;
}
.FieldPreview--expanded > i {
border-left: 1px solid #FFF0;
}
.FieldPreview-children {
background-color: #FAFAFF;
}
.FieldPreview-children > .FieldPreview-children {
background-color: #FFF;
}
.FieldPreview-children > .FieldPreview-children > .FieldPreview-children {
background-color: #FAFAFF;
}
.FieldPreview-children > .FieldPreview-children > .FieldPreview-children > .FieldPreview-children {
background-color: #FFF;
}
.FieldPreview-children > .FieldPreview-children > .FieldPreview-children > .FieldPreview-children > .FieldPreview-children {
background-color: #FAFAFF;
}
@-moz-document url-prefix("http://localhost:4000/firestore") {
.Callout {
position: absolute;
opacity: 0.5;
z-index: 1;
overflow: hidden;
transition: 0.3s;
bottom: 10px;
padding: 0px;
}
.Callout-body {
padding: 0;
}
.App-main {
margin: 0;
padding: 60px 20px 20px;
max-width: 100%
}
}