Use responsive design

This commit is contained in:
Angelo Verlain Shema
2023-10-10 18:16:23 +00:00
committed by Tom Wagner
parent 903df21ba3
commit e1f63ddd28
4 changed files with 59 additions and 27 deletions

View File

@@ -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;
}