Move python labs icon next to run button
Closes #33892 GitOrigin-RevId: c48d920ee982ddd5e4295fc1279b0f70096820d1
This commit is contained in:
-2
@@ -66,8 +66,6 @@ export default function PythonOutputPane() {
|
||||
/>
|
||||
</OLButton>
|
||||
</div>
|
||||
</div>
|
||||
<div className="ide-redesign-python-output-pane-toolbar-right">
|
||||
<SplitTestBadge
|
||||
splitTestName="overleaf-code"
|
||||
displayOnVariants={['enabled']}
|
||||
|
||||
@@ -99,19 +99,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.ide-redesign-python-output-pane-toolbar-right {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
align-self: stretch;
|
||||
padding-right: var(--spacing-02);
|
||||
|
||||
.material-symbols {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.ide-redesign-python-output-pane-body {
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
|
||||
Reference in New Issue
Block a user