﻿

#editor-top-viewport-container
{
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    padding: 0;
    margin-right: 2px;
    width: auto;
    top: calc(var(--ui-editor-base-layout-top) + 6px);
    right: calc(var(--ui-editor-base-layout-right) + 4px);
    z-index: 9999;
}

#editor-top-viewport-profiler
{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border: 2px solid gray;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0;
    margin-right: 2px;
    width: 240px;
    top: calc(var(--ui-editor-base-layout-top) + 45px);
    right: calc(var(--ui-editor-base-layout-right) + 4px);
    z-index: 9999;
}

.editor-top-viewport-profiler-label
{
    width: 60%;
    min-width: 60%;
    background-color: rgba(0,0,0, 0.2);
}