mirror of
https://gitlab.freedesktop.org/pipewire/helvum.git
synced 2025-12-20 04:10:02 +01:00
css: Add more padding to node and port names, remove column spacing in ports grid
This commit is contained in:
parent
89f417f260
commit
1db39fb71f
3 changed files with 3 additions and 5 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 90 KiB After Width: | Height: | Size: 101 KiB |
|
|
@ -42,11 +42,11 @@ node {
|
||||||
}
|
}
|
||||||
|
|
||||||
node label.heading {
|
node label.heading {
|
||||||
padding: 4px;
|
padding: 4px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
port label {
|
port label {
|
||||||
padding: 3px;
|
padding: 4px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
port-handle {
|
port-handle {
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,7 @@
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkGrid" id="port_grid">
|
<object class="GtkGrid" id="port_grid"></object>
|
||||||
<property name="column-spacing">10</property>
|
|
||||||
</object>
|
|
||||||
</child>
|
</child>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue