Stop side panels from stretching to center panel height
This commit is contained in:
@@ -361,7 +361,7 @@ function WeatherCard() {
|
|||||||
|
|
||||||
function LeftPanel() {
|
function LeftPanel() {
|
||||||
return (
|
return (
|
||||||
<box class="qs-side-panel" vertical spacing={12}>
|
<box class="qs-side-panel" vertical spacing={12} valign={Gtk.Align.START}>
|
||||||
<WeatherCard />
|
<WeatherCard />
|
||||||
</box>
|
</box>
|
||||||
)
|
)
|
||||||
@@ -369,7 +369,7 @@ function LeftPanel() {
|
|||||||
|
|
||||||
function RightPanel() {
|
function RightPanel() {
|
||||||
return (
|
return (
|
||||||
<box class="qs-side-panel" vertical spacing={12}>
|
<box class="qs-side-panel" vertical spacing={12} valign={Gtk.Align.START}>
|
||||||
<ClaudeUsageCard />
|
<ClaudeUsageCard />
|
||||||
</box>
|
</box>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user