mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-17 15:36:48 +00:00
chore: minor style improvments
This commit is contained in:
parent
4e2c7c6309
commit
b2d3d61b44
@ -22,6 +22,10 @@
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
.qb-trace-view-selector-container {
|
||||||
|
padding: 12px 8px 8px 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.qb-content-section {
|
.qb-content-section {
|
||||||
|
|||||||
@ -1,7 +1,11 @@
|
|||||||
|
.query-add-ons {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.add-ons-list {
|
.add-ons-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
gap: 16px;
|
||||||
|
|
||||||
.add-ons-tabs {
|
.add-ons-tabs {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
'Helvetica Neue', sans-serif;
|
'Helvetica Neue', sans-serif;
|
||||||
|
|
||||||
.query-where-clause-editor-container {
|
.query-where-clause-editor-container {
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
||||||
|
|||||||
@ -17,6 +17,19 @@
|
|||||||
font-weight: var(--font-weight-normal);
|
font-weight: var(--font-weight-normal);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.view-title-container {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 6px;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
|
.icon-container {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.tab {
|
.tab {
|
||||||
border: 1px solid var(--bg-slate-400);
|
border: 1px solid var(--bg-slate-400);
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user