Update CSS for workspace layout and topbar styling
This commit is contained in:
@@ -236,13 +236,24 @@ body {
|
|||||||
padding: 28px 32px;
|
padding: 28px 32px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace__topbar {
|
.workspace__topbar {
|
||||||
|
position: absolute;
|
||||||
|
top: 4px;
|
||||||
|
left: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
margin-bottom: 16px;
|
z-index: 5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.workspace__topbar .icon-button {
|
||||||
|
width: 24px;
|
||||||
|
height: 24px;
|
||||||
|
border-radius: 8px;
|
||||||
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.workspace__content {
|
.workspace__content {
|
||||||
|
|||||||
Reference in New Issue
Block a user