Skip to content

Commit 82f0475

Browse files
author
venizelou andreas
committed
Minor UI/UX tweaks
1 parent 4f3375f commit 82f0475

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Protest/Front/view.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,8 @@ button.view-live-button:active {
447447
padding: 8px;
448448
min-width: 228px;
449449
min-height: 40px;
450+
border-left: 1px solid #777;
451+
border-bottom: 1px solid #777;
450452
border-radius: 4px;
451453
box-sizing: border-box;
452454
overflow-y: hidden;

Protest/Http/Listener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,4 +470,4 @@ public override string ToString() {
470470

471471
return s;
472472
}
473-
}
473+
}

Protest/Tools/WindowsLifecycle.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
using System.Collections.Generic;
2-
31
namespace Protest.Tools;
42

53
internal static class WindowsLifecycle {

0 commit comments

Comments
 (0)