Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions data/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ headerbar.flat.no-title .title {
background: @dialog_bg_color;
}

.large .header-image {
border-radius: 12px 12px 0 0;
}

/* Status action icons */
@keyframes rotate_star {
from { -gtk-icon-transform: rotate(-72deg); }
Expand Down Expand Up @@ -699,3 +695,7 @@ GtkSourceAssistant row:last-child {
.entry-button:not(:hover):not(:focus-within) > image {
opacity: 0.7;
}

popover.mini-profile > contents {
padding: 0;
}
1 change: 1 addition & 0 deletions src/Widgets/Avatar.vala
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ public class Tuba.Widgets.Avatar : Gtk.Button {
propagate_natural_height = true
}
};
mini_profile.add_css_class ("mini-profile");
mini_profile.set_parent (this);
mini_profile.closed.connect (clear_mini);
}
Expand Down