Daniel Brötzmann pushed to branch contactpopover at gajim / gajim


Commits:
fe2d1f94 by wurstsalat at 2025-08-30T16:54:25+02:00
add more padding; fix background color

- - - - -


3 changed files:

- gajim/data/gui/contact_popover.ui
- gajim/data/gui/contact_popover_info_row.ui
- gajim/data/style/gajim.css


Changes:

=====================================
gajim/data/gui/contact_popover.ui
=====================================
@@ -86,6 +86,9 @@
             <child>
               <object class="ContactPopoverInfoRow" id="_xmpp_address">
                 <property 
name="icon-name">lucide-message-circle-more-symbolic</property>
+                <style>
+                  <class name="mt-9" />
+                </style>
               </object>
             </child>
             <child>
@@ -105,6 +108,7 @@
             </child>
             <style>
               <class name="small-label"/>
+              <class name="bg-transparent"/>
             </style>
           </object>
         </child>


=====================================
gajim/data/gui/contact_popover_info_row.ui
=====================================
@@ -4,6 +4,9 @@
   <template class="ContactPopoverInfoRow" parent="GtkListBoxRow">
     <property name="activatable">false</property>
     <property name="visible">false</property>
+    <style>
+      <class name="py-3" />
+    </style>
     <child>
       <object class="GtkBox">
         <property name="spacing">12</property>


=====================================
gajim/data/style/gajim.css
=====================================
@@ -111,6 +111,10 @@ .py-18 { padding-top: 18px; padding-bottom: 18px;}
 .encrypted-color { color: var(--success-color); }
 .unencrypted-color { color: var(--error-color); }
 
+.bg-transparent {
+    background-color: transparent;
+}
+
 /* Generic animations */
 @keyframes pulse-opacity {
     0%  { opacity: 1.0; }



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/fe2d1f94fff0b307a240d7e800f5a182cb439c1f

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/fe2d1f94fff0b307a240d7e800f5a182cb439c1f
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to