Skip to content

Commit

Permalink
White space, clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
veniware committed Oct 2, 2024
1 parent 418e237 commit 8d9ef67
Show file tree
Hide file tree
Showing 17 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Protest/Front/addressbook.css
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
}

.address-book-qrcode {
background-color: transparent !important;
background-color: transparent !important;
height: 100%;
text-align: center;
padding: 4px !important;
Expand Down
4 changes: 2 additions & 2 deletions Protest/Front/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
}

.in:focus-within > .chat-timestamp,
.out:focus-within > .chat-timestamp {
.out:focus-within > .chat-timestamp {
opacity: 1;
visibility: visible;
}
Expand Down Expand Up @@ -126,7 +126,7 @@
background-size: 40px 40px;
background-position: 8px center;
background-repeat: no-repeat;
border-radius: 8px;
border-radius: 8px;
-webkit-user-select: none; user-select: none;
}

Expand Down
2 changes: 1 addition & 1 deletion Protest/Front/debitnotes.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
}

@keyframes stamped {
0% { transform: rotate(-20deg) scale(4); filter: opacity(0); }
0% { transform: rotate(-20deg) scale(4); filter: opacity(0); }
20% { transform: rotate(-20deg) scale(3.8); filter: opacity(.8); }
100%{ transform: rotate(-20deg) scale(3); filter: opacity(1); }
}
2 changes: 1 addition & 1 deletion Protest/Front/flags/gi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Protest/Front/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

@keyframes lock {
0% { transform: translateY(0px); }
50% { transform: translateY(0px); }
50% { transform: translateY(0px); }
90% { transform: translateY(27px); }
100% { transform: translateY(22px); }
}
Expand Down
2 changes: 1 addition & 1 deletion Protest/Front/mictester.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class MicTester extends Window {

this.recordButton.onclick = () => this.Record();

this.startButton.onclick = () => this.Start(
this.startButton.onclick = () => this.Start(
this.args.echoCancellation,
this.args.noiseSuppression,
this.args.sampleSize,
Expand Down
2 changes: 1 addition & 1 deletion Protest/Front/mono/multiprinter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Protest/Front/mono/portscan.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Protest/Front/mono/pos.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Protest/Front/mono/rdp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Protest/Front/mono/ticketprinter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Protest/Front/passwordstrength.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PasswordStrength extends List {

newType.style.backgroundImage = {
"device":"url(mono/gear.svg)",
"user" :"url(mono/user.svg)"
"user" :"url(mono/user.svg)"
}[types[i]];

if (types[i] === this.args.filter) {
Expand Down
2 changes: 1 addition & 1 deletion Protest/Front/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ const MENU = {

let left;
if (MENU.isAttached) {
left = UI.taskbarPosition === "right" ? 91 : 0
left = UI.taskbarPosition === "right" ? 91 : 0;
attachedmenubutton.style.animation = MENU.isOpen ? "half-rotate-cw 0.4s" : "half-rotate-ccw 0.4s";
}
else {
Expand Down
6 changes: 3 additions & 3 deletions Protest/Front/view.css
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ button.view-live-button:active {
}

@keyframes attribute-in {
0%{ opacity:0; transform: scaleY(.8);}
0% { opacity:0; transform: scaleY(.8);}
100%{ opacity:1; transform: scaleY(1);}
}

Expand All @@ -777,11 +777,11 @@ button.view-live-button:active {
}

@keyframes previous-fall-in {
0%{ opacity:0; transform:translateY(-12px); }
0% { opacity:0; transform:translateY(-12px); }
100%{ opacity:1; transform:translateY(0); }
}

@keyframes slide-right {
0% { opacity:0; transform:translateX(-150px); }
0% { opacity:0; transform:translateX(-150px); }
100% { opacity:1; transform: none; }
}
2 changes: 1 addition & 1 deletion Protest/Front/window.css
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@
@keyframes bg-roll-up {
0% { background-size: 28px; background-position: 50% 50% }
50% { background-size: 36px; background-position: 50% calc(50% - 48px) }
50.01% { background-size: 20px; background-position: 50% calc(50% + 48px) }
50.01%{ background-size: 20px; background-position: 50% calc(50% + 48px) }
100% { background-size: 28px; background-position: 50% 50% }
}

Expand Down
12 changes: 6 additions & 6 deletions Protest/Front/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -1141,12 +1141,12 @@ class Window {
this.sendChatButton.onclick = ()=> {
this.ConfirmBox("Are you sure you want to send this to team chat?", false, "mono/send.svg").addEventListener("click", ()=> {
KEEP.socket.send(JSON.stringify({
type : "chat-command",
command: this.constructor.name,
args : JSON.stringify(this.args),
icon : this.iconPath,
title : this.header.textContent,
id: `${KEEP.username}${Date.now()}`
type: "chat-command",
command: this.constructor.name,
args: JSON.stringify(this.args),
icon: this.iconPath,
title: this.header.textContent,
id: `${KEEP.username}${Date.now()}`
}));
});
};
Expand Down
Loading

0 comments on commit 8d9ef67

Please sign in to comment.