Skip to content

Commit

Permalink
تحسينات عامة
Browse files Browse the repository at this point in the history
  • Loading branch information
islamiaat committed Mar 15, 2023
1 parent 9b1d5b5 commit 61ccaeb
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 7 deletions.
Binary file modified screenshots/dark/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/dark/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/dark/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/light/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/light/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/light/9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/settings.xcf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
width: 1000,
height: 645,
minWidth: 1000,
minHeight: 625,
minHeight: 645,
show: false,
center: true,
frame: false,
Expand Down
8 changes: 4 additions & 4 deletions src/pages/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@

</div>

<div id="settings" class="animate__animated animate__fadeIn" onmousedown='return false;' onselectstart='return false;'>
<div id="settings" class="animate__animated animate__fadeIn">

<div id="alert_settings">
<div id="div_alert_settings">
<div id="div_alert_settings" onmousedown='return false;' onselectstart='return false;'>

<img src="../public/icon/correct.png" id="alert_settings_icon">
<h3 id="alert_settings_title">
Expand Down Expand Up @@ -121,7 +121,7 @@ <h3 class="settings_title">
</div>

<div class="settings_left">
<img src="../public/icon/appupdate.png" id="Check_for_update_icon">
<img src="../public/icon/appupdate.png" id="Check_for_update_icon" onmousedown='return false;' onselectstart='return false;'>
</div>

</li>
Expand All @@ -142,7 +142,7 @@ <h3 class="settings_title">

<div class="settings_left">
<button id="refresh_button">
<img src="../public/icon/refresh.png" id="refresh_location">
<img src="../public/icon/refresh.png" id="refresh_location" onmousedown='return false;' onselectstart='return false;'>
</button>
</div>

Expand Down
1 change: 1 addition & 0 deletions src/public/css/barWindow.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ body {
margin-top: 200px;
margin-right: 100px;
direction: rtl;
box-shadow: 0px 0px 28px 0px #00000034;
}

#blackout {
Expand Down
4 changes: 2 additions & 2 deletions src/public/css/var.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
--background_div: #232527;
--background_div_hover: #6bc077;
--background_settings_hover: #3b3e42;
--scrollbar_thumb: #292c2e;
--scrollbar_thumb_hover: #303335;
--scrollbar_thumb: #313538;
--scrollbar_thumb_hover: #3c4144;
--color_font_grey: #585858;
--red: #f34949;
--white: #ffffff;
Expand Down

0 comments on commit 61ccaeb

Please sign in to comment.