mirror of
https://gitlab.freedesktop.org/pipewire/helvum
synced 2026-03-15 11:36:11 +08:00
Use responsive design
This commit is contained in:
committed by
Tom Wagner
parent
903df21ba3
commit
e1f63ddd28
@@ -53,3 +53,20 @@ port-handle {
|
||||
border-radius: 50%;
|
||||
background-color: @media-type-unknown;
|
||||
}
|
||||
|
||||
button.rounded {
|
||||
padding: 6px;
|
||||
border-radius: 9999px;
|
||||
}
|
||||
|
||||
entry.rounded {
|
||||
border-radius: 9999px;
|
||||
}
|
||||
|
||||
entry.rounded > :first-child {
|
||||
padding-left: 12px;
|
||||
}
|
||||
|
||||
entry.rounded > :nth-child(2) {
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user