Sync current Hyprland widgets
This commit is contained in:
@@ -94,6 +94,42 @@ entry:focus {
|
||||
background: rgba(40, 40, 55, 0.48);
|
||||
}
|
||||
|
||||
.operation-panel {
|
||||
min-height: 220px;
|
||||
padding: 10px;
|
||||
border: 1px solid rgba(205, 214, 244, 0.12);
|
||||
border-radius: 8px;
|
||||
background: rgba(10, 10, 16, 0.58);
|
||||
}
|
||||
|
||||
.operation-header,
|
||||
.operation-input-row {
|
||||
min-height: 34px;
|
||||
}
|
||||
|
||||
.operation-title {
|
||||
color: #00ff9c;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
.operation-scroll {
|
||||
min-height: 142px;
|
||||
border: 1px solid rgba(205, 214, 244, 0.10);
|
||||
border-radius: 8px;
|
||||
background: rgba(4, 4, 8, 0.72);
|
||||
}
|
||||
|
||||
.operation-output {
|
||||
padding: 10px;
|
||||
color: #cdd6f4;
|
||||
font-family: "JetBrainsMono Nerd Font", monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.danger {
|
||||
color: #f38ba8;
|
||||
}
|
||||
|
||||
.results-scroll {
|
||||
min-height: 420px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user