Skip to content
Snippets Groups Projects
Commit 3c3e4d1e authored by Nico's avatar Nico
Browse files

Change css property name room-row to contact-row

parent f4b89b10
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ class ContactRowWidget(Gtk.ListBoxRow):
@staticmethod
def _create_contact_box():
contact_box = Gtk.Box(Gtk.Orientation.HORIZONTAL, 5)
contact_box.get_style_context().add_class("room-row")
contact_box.get_style_context().add_class("contact-row")
return contact_box
def _set_action(self, contact_id):
......
......@@ -77,7 +77,7 @@ row .timestamp {
}
/** Sidebar **/
.room-row {
.contact-row {
padding: 6px 6px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment