Skip to content

Commit

Permalink
Merge pull request #72 from AN0NCER/main
Browse files Browse the repository at this point in the history
Sync
  • Loading branch information
AN0NCER authored Nov 27, 2023
2 parents 82d939b + b23fb55 commit 44148e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions style/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -1537,8 +1537,8 @@ body.menuver[data-orientation="90"] .interactive-menu .user-interactive .triangl
.content-notify .content-wraper .content-notifycation .notifycation .notification-data .notify-user-info .voice-status.load .available {
display: none;
}
.content-notify .content-wraper .content-notifycation .notifycation .notification-data .notify-user-info .voice-status.unvailable .available,
.content-notify .content-wraper .content-notifycation .notifycation .notification-data .notify-user-info .voice-status.unvailable .load {
.content-notify .content-wraper .content-notifycation .notifycation .notification-data .notify-user-info .voice-status.unavailable .available,
.content-notify .content-wraper .content-notifycation .notifycation .notification-data .notify-user-info .voice-status.unavailable .load {
display: none;
}
.content-notify .content-wraper .content-notifycation .notifycation .empty-notify {
Expand Down
2 changes: 1 addition & 1 deletion style/window/_notify.scss
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
}
}

&.unvailable {
&.unavailable {

.available,
.load {
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = '116';
var version = '117';
var cacheName = 'pwa-tunime-v' + version;
var appShellFilesToCache = [
// Директория: /images/icons
Expand Down

0 comments on commit 44148e8

Please sign in to comment.