Replace window realm frame decorations with nicer label decorations

This commit is contained in:
2024-05-06 18:25:56 -04:00
parent ee57f6de95
commit 661e293434
16 changed files with 517 additions and 792 deletions

View File

@ -7,10 +7,22 @@
padding: .5em;
}
.realm-frame-label {
.realm-window-label {
color: rgb(40, 40, 40);
padding: 6px 1em;
border-radius: 999px;
text-align: center;
font-size: 12pt;
font-weight: bold;
}
.realm-app-icon-label {
border-width: 3px;
border-style: solid;
border-color: rgb(40, 40, 40);
border-radius: 8px;
padding: 2px 1em;
margin-bottom: 8px;
}
.realm-config-icon {
color: #8e8e80;