mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-08 10:58:33 +03:00
feat(ui): Improve SidebarEntry layout and styling
Add 'authors-and-tags' class to row-group for better organization. Hide empty first child in authors-and-tags group to prevent gaps. Enhances visual consistency and reduces unnecessary white space.
This commit is contained in:
parent
141943215a
commit
5c8ade70c2
@ -63,7 +63,7 @@
|
|||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="row-group">
|
<div class="row-group authors-and-tags">
|
||||||
{@render authorAvatars()}
|
{@render authorAvatars()}
|
||||||
<div class="branch-remotes">
|
<div class="branch-remotes">
|
||||||
<!-- NEED API -->
|
<!-- NEED API -->
|
||||||
@ -137,6 +137,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.authors-and-tags {
|
||||||
|
:global(& > *:first-child:empty) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* ROW */
|
/* ROW */
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
|
Loading…
Reference in New Issue
Block a user