From d1345d7b3469149ed03d8742d3fd80800ff85297 Mon Sep 17 00:00:00 2001 From: TheWisker Date: Sun, 3 Sep 2023 12:16:10 +0200 Subject: [PATCH] v1.5.3 --- CHANGELOG.md | 13 +++++++++++++ CITATION.cff | 2 +- CONTRIBUTORS.md | 1 + dist/LICENSE.shikai | 2 +- dist/index.css | 4 ++-- dist/index.js | 2 +- dist/monitor.css | 2 +- dist/monitor.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/css/_objects.scss | 3 +++ 11 files changed, 27 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61dab0e9..fbecfb08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.5.3] - 2023-09-03 + +Fixed the issue were when the hostname was too long it would push the clock out of bounds + +### Added +- Nothing added + +### Changed +- Some CSS realated to the hostname + +### Fixed +- The [issue](https://github.com/TheWisker/Shikai/issues/11) were when the hostname was too long it would push the clock out of bounds + ## [1.5.2] - 2023-07-21 Added scroll to the style page and improved and fixed the colorpickers diff --git a/CITATION.cff b/CITATION.cff index 6e3970b2..70bf06b7 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -3,6 +3,6 @@ message: "If you use this software in your work, or make a fork of it, please ci authors: - given-names: "TheWisker" title: "Shikai Project" -version: 1.5.2 +version: 1.5.3 date-released: 2023-03-31 url: "https://github.com/TheWisker/Shikai" \ No newline at end of file diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a08fdfec..b1727aaf 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -12,6 +12,7 @@ These are the **Shikai** project **contributors**, ordered from most recent to least recent: +- [Josh]https://github.com/Hibyehello) => Opened an [issue](https://github.com/TheWisker/Shikai/issues/11) which resulted in a bug fix. - [Talin Sharma](https://github.com/TalinTheDev) => Made a [pull request](https://github.com/TheWisker/Shikai/pull/10) which resulted in an enhancement and some style fixes. - [Talin Sharma](https://github.com/TalinTheDev) => Opened an [issue](https://github.com/TheWisker/Shikai/issues/7) which resulted in an enhancement. - [Faisal Almalki](https://github.com/Faisal-beep22) => Added Arab language file in this [issue](https://github.com/TheWisker/Shikai/issues/5) and this [pull request](https://github.com/TheWisker/Shikai/pull/6). diff --git a/dist/LICENSE.shikai b/dist/LICENSE.shikai index 171581c6..43a2d4c2 100644 --- a/dist/LICENSE.shikai +++ b/dist/LICENSE.shikai @@ -6,7 +6,7 @@ /*! * - * shikai 1.5.2 distribution + * shikai 1.5.3 distribution * * Copyright (c) 2023, TheWisker (https://github.com/TheWisker) * All rights reserved. diff --git a/dist/index.css b/dist/index.css index 275d0132..0b4e91d9 100644 --- a/dist/index.css +++ b/dist/index.css @@ -1,6 +1,6 @@ /*! * - * shikai 1.5.2 distribution + * shikai 1.5.3 distribution * * Copyright (c) 2023, TheWisker (https://github.com/TheWisker) * All rights reserved. @@ -10,4 +10,4 @@ * * License information can be found in the LICENSE.shikai file. * - */@font-face{font-family:Aesthetic;font-weight:400;src:url(assets/fonts/Aesthetic.ttf) format("truetype")}@font-face{font-family:Aesthetic;font-weight:1000;src:url(assets/fonts/Aesthetic-Bold.ttf) format("truetype")}@font-face{font-family:Genjyuu;font-weight:400;src:url(assets/fonts/Genjyuu.ttf) format("truetype")}@font-face{font-family:Arabic;font-weight:400;size-adjust:80%;src:url(assets/fonts/NotoSansArabic-Bold.ttf) format("truetype")}*{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body{background-color:#000;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;margin:0;position:fixed;right:0;top:0;-webkit-transition:background-image .2s ease-in-out;-o-transition:background-image .2s ease-in-out;transition:background-image .2s ease-in-out}input[type=checkbox]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #a0a0a0;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:20px;justify-content:center;margin:0;outline:none;translate:0 -.11em;width:20px}input[type=checkbox]:before{background-color:#a0a0a0;border-radius:50%;-webkit-box-shadow:inset 1em 1em;box-shadow:inset 1em 1em;color:#a0a0a0;content:"";height:10px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .12s ease-in-out;transition:-webkit-transform .12s ease-in-out;-o-transition:transform .12s ease-in-out;transition:transform .12s ease-in-out;transition:transform .12s ease-in-out,-webkit-transform .12s ease-in-out;width:10px}input[type=checkbox]:checked:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}input[type=text]{background:none;border:none;color:#a0a0a0;outline:none}.text,input[type=text]{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.button{cursor:pointer}.scroll{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding-right:15px}.separator{background-color:hsla(0,0%,100%,.1);height:1px;width:100%}.Dropdown-root{margin:0 0 15px;position:relative}.Dropdown-root .Dropdown-control{border:4px solid #a0a0a0;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#a0a0a0;cursor:pointer;outline:none;overflow:hidden;padding:8px 52px 8px 10px;position:relative;text-transform:capitalize}.Dropdown-root .Dropdown-control:hover{background-color:hsla(0,0%,100%,.1);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.06)}.Dropdown-root .Dropdown-control .Dropdown-placeholder{color:#a0a0a0;font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.Dropdown-root .Dropdown-control .Dropdown-arrow{border-color:#a0a0a0 rgba(0,0,0,0) rgba(0,0,0,0);border-radius:10px;border-style:solid;border-width:6px 6px 0;content:"";display:block;height:0;position:absolute;right:10px;top:14px;width:0}.Dropdown-root .Dropdown-menu{border:4px solid #a0a0a0;border-radius:0 0 8px 8px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-5px;max-height:200px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:2}.Dropdown-root .Dropdown-menu .Dropdown-group>.Dropdown-title,.Dropdown-root .Dropdown-menu .Dropdown-option{color:#a0a0a0;font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000;padding:8px 10px;text-transform:capitalize}.Dropdown-root .Dropdown-menu .Dropdown-option{background-color:#505050;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block}.Dropdown-root .Dropdown-menu .Dropdown-option:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.Dropdown-root .Dropdown-menu .Dropdown-option:hover{background-color:#5a5a5a}.Dropdown-root .Dropdown-menu .Dropdown-option.is-selected{background-color:#646464}.Dropdown-root .Dropdown-noresults{-webkit-box-sizing:border-box;box-sizing:border-box;color:#ccc;cursor:default;display:block;padding:8px 10px}.is-open .Dropdown-control{border-radius:8px 8px 0 0}.is-open .Dropdown-control .Dropdown-arrow{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #a0a0a0;border-width:0 5px 5px}.notransition{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}::-webkit-scrollbar{cursor:pointer;width:8px}::-webkit-scrollbar-track{background:none;border-radius:16px}::-webkit-scrollbar-track:hover{background:#2c2c2c}::-webkit-scrollbar-thumb{background:#9b9fa1;border-radius:16px}::-webkit-scrollbar-thumb:hover{background:#bfbfbf}::-webkit-scrollbar-thumb:active{background:#fff}.chrome-picker{border:5px solid #a0a0a0!important;border-radius:10px!important;color:#232323!important;cursor:default}.chrome-picker>div:nth-child(2){background-color:#c8c8c8}.chrome-picker input{background-color:#dcdcdc;outline:none}.chrome-picker .flexbox-fix>div>div>div>div>div>div{background-color:#a0a0a0!important;border:1px solid #dcdcdc;cursor:pointer}.notificationwindow{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;left:0;max-height:35%;pointer-events:none;position:fixed;right:0;top:0;z-index:100}#settingroot .react-draggable,.settingwindow{bottom:0;height:100%;position:absolute;top:0;z-index:2}.settingwindow{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:0;min-height:0;overflow:hidden;-webkit-transition:border-radius .5s,-webkit-transform .4s;transition:border-radius .5s,-webkit-transform .4s;-o-transition:transform .4s,border-radius .5s;transition:transform .4s,border-radius .5s;transition:transform .4s,border-radius .5s,-webkit-transform .4s;width:520px}.settingwindow.origin_left{border-radius:0 25px 25px 0!important}.settingwindow.origin_right{border-radius:25px 0 0 25px!important}.loginwindow{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:500px;left:50%;margin:-250px 0 0 -425px;position:absolute;top:50%;-webkit-transition:translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8),-webkit-transform 1.2s cubic-bezier(.65,1.75,.62,.68);transition:translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8),-webkit-transform 1.2s cubic-bezier(.65,1.75,.62,.68);-o-transition:transform 1.2s cubic-bezier(.65,1.75,.62,.68),translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8);transition:transform 1.2s cubic-bezier(.65,1.75,.62,.68),translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8);transition:transform 1.2s cubic-bezier(.65,1.75,.62,.68),translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8),-webkit-transform 1.2s cubic-bezier(.65,1.75,.62,.68);width:850px;z-index:1}.loginwindow>div,.loginwindow>div>div{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;width:100%}.loginwindow>div>div{border-radius:18px;overflow:hidden;-webkit-transition:border-radius .5s;-o-transition:border-radius .5s;transition:border-radius .5s}.sidebar,.userbar{padding:10px 35px 20px}.sectionbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-negative:20;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;flex-shrink:20;height:100%;justify-content:center;min-height:40px;width:100%}.sectionbar .text{color:#a0a0a0;font-size:.95em}.sectionbar .button{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:rgba(40,40,40,.8);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;justify-content:center;width:100%}.sectionbar .button:hover{background-color:rgba(80,80,80,.8)}.sectionbar .button:active{background-color:rgba(90,90,90,.8)}.sectionbar .button:last-child{min-width:35px;padding:0 8px;width:35px}.sectionbar .button:last-child svg{height:25px;width:25px}.sectionbar .button:last-child svg .SVGPath{fill:#a0a0a0}.sectionbar .selected{background-color:rgba(65,65,65,.8)}.displaybar{background-color:rgba(65,65,65,.8);-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;overflow:visible;padding:25px;width:100%}.displaybar,.displaybar .section{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.displaybar .section .separator{margin:0 0 10px}.displaybar .section .title{color:#a0a0a0;font-size:1.5em;margin:0 0 12px 5px}.displaybar .section .logo{padding-bottom:30px}.displaybar .section .inputbar{margin:0 0 12px 18px}.displaybar .section .button{border:2px solid #a0a0a0;border-radius:10px;color:#a0a0a0;margin:0 0 12px 20px;padding:6px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.displaybar .section .button:hover{background-color:hsla(0,0%,100%,.2)}.displaybar .section .button:active{background-color:hsla(0,0%,100%,.3)}.displaybar .section .theme{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#a0a0a0;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.35em;justify-content:center;margin:0 0 18px 25px}.displaybar .section .theme .button{margin:0 0 0 20px}.displaybar .bottom-button{border:2px solid #a0a0a0;border-radius:10px;color:#a0a0a0;cursor:pointer;margin:0 0 30px 20px;padding:6px;text-align:center}.displaybar .bottom-button:hover{background-color:hsla(0,0%,100%,.2)}.displaybar .bottom-button:active{background-color:hsla(0,0%,100%,.3)}.inputbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 0 15px;width:100%}.inputbar .text{color:#a0a0a0;font-size:.9em;margin:0 0 0 10px}.inputbar input[type=text]{margin:0 0 0 15px}.colorsbar{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;margin:0 0 15px}.colorbar,.colorsbar{-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.colorbar{-webkit-box-orient:vertical;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column;min-width:120px;padding:0 10px;width:180px}.colorbar:first-child{margin-left:auto}.colorbar:last-child{margin-right:auto}.colorbar:nth-child(3) .chrome-picker{right:-25px}.colorbar:nth-last-child(3) .chrome-picker{left:-25px}.colorbar .text{color:#a0a0a0;font-size:.8em;margin:0 0 10px;text-align:center}.colorbar .button{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:26px;justify-content:center;position:relative;width:66px}.colorbar .button .color{border:4px solid #a0a0a0;border-radius:6px;height:100%;width:100%;z-index:1}.colorbar .button .color:hover{border-color:#828181}.colorbar .button .color:active{border-color:#646464}.colorbar .button .chrome-picker{position:absolute;top:35px;z-index:2}.sidebar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-negative:7;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-shrink:7;height:100%;min-width:0;opacity:.9;width:100%}.sidebar .bottombar{-ms-flex-negative:20;flex-shrink:20}.commandbar{-webkit-box-orient:vertical;-ms-flex-negative:4;-ms-flex-direction:column;flex-direction:column;flex-shrink:4;height:100%}.bottombar,.commandbar{-webkit-box-direction:normal;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.bottombar{padding-top:15px}.bottombar,.bottombar .switch{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.bottombar .switch{-webkit-box-direction:normal;-ms-flex-negative:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;font-size:.9em;-webkit-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.bottombar .switch:hover{opacity:.7}.bottombar .switch:active{opacity:.55}.bottombar .expand{-webkit-box-sizing:border-box;box-sizing:border-box}.userbar{-webkit-box-orient:vertical;-ms-flex-negative:3;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column;flex-shrink:3;height:100%;opacity:.8;width:100%}.avatarbar,.userbar{-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex}.avatarbar{-webkit-box-orient:horizontal;-ms-flex-negative:0;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-direction:row;flex-direction:row;flex-shrink:0;height:35%;justify-content:center;padding:25px 0 20px}.avatarbar div{background-position:50%;background-repeat:no-repeat;background-size:cover;border:5px solid;border-radius:50%;height:100%;-o-object-fit:scale-down;object-fit:scale-down}.mainbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin:15px auto}.mainbar #password{-webkit-box-sizing:border-box;box-sizing:border-box;caret-color:rgba(0,0,0,0);font-size:1.2em;outline:none;padding:0 15px;text-align:center;width:200px}.mainbar #password,.notification{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.notification{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:5px solid #e6e6e6;border-radius:20px;color:#e6e6e6;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:20px;height:50px;justify-content:center;margin-top:10px;opacity:0;-webkit-transition:opacity .5s ease-in;-o-transition:opacity .5s ease-in;transition:opacity .5s ease-in;width:40%}.info{background-color:rgba(61,109,182,.6)}.success{background-color:rgba(61,182,87,.6)}.warning{background-color:rgba(180,182,61,.6)}.error{background-color:rgba(182,61,61,.6)}.evoker{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#000;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:50px;justify-content:center;left:10px;opacity:0;position:fixed;top:10px;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease;width:50px}.evoker svg{height:40px;width:40px}.evoker:hover{opacity:.9}.evoker:active{opacity:.55}#login_handle,#settings_handle{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:0 8px}#login_handle svg,#settings_handle svg{height:25px;opacity:.4;width:25px}#login_handle svg:hover,#settings_handle svg:hover{opacity:.6}#login_handle svg:active,#settings_handle svg:active{opacity:1}#settings_handle{background-color:rgba(40,40,40,.8);height:100%}#login_handle{position:absolute;right:1px;top:10px}.logo{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-negative:5;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;flex-shrink:5;height:100%;padding:35px 0 0;width:100%}.logo,.logo img{-webkit-box-sizing:border-box;box-sizing:border-box}.logo img{height:70%;margin:0 auto auto;max-height:180px;-o-object-fit:scale-down;object-fit:scale-down}.command{margin:0 0 25px}.command,.command .icon{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.command .icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;height:100%;justify-content:center;margin:0 15px 0 10px;width:30px}.command .icon svg{height:30px;width:30px}.command .text{font-size:1.5em;font-weight:1000;text-transform:uppercase;-webkit-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.command .text:hover{opacity:.7}.command .text:active{opacity:.55}.hostname{font-family:Aesthetic,Genjyuu,Arabic,sans;font-size:.9em;font-weight:1000;text-transform:uppercase;white-space:nowrap}.expand{height:100%;width:100%}.username{font-size:2.5em;text-align:center;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.session,.username{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.session{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:16px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.9em;height:30px;justify-content:center;margin:20px 0 0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:200px}.SVGBackground{fill:#000}.SVGPath{fill:#6bbbe1}.hidden{visibility:hidden!important} \ No newline at end of file + */@font-face{font-family:Aesthetic;font-weight:400;src:url(assets/fonts/Aesthetic.ttf) format("truetype")}@font-face{font-family:Aesthetic;font-weight:1000;src:url(assets/fonts/Aesthetic-Bold.ttf) format("truetype")}@font-face{font-family:Genjyuu;font-weight:400;src:url(assets/fonts/Genjyuu.ttf) format("truetype")}@font-face{font-family:Arabic;font-weight:400;size-adjust:80%;src:url(assets/fonts/NotoSansArabic-Bold.ttf) format("truetype")}*{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}body{background-color:#000;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;margin:0;position:fixed;right:0;top:0;-webkit-transition:background-image .2s ease-in-out;-o-transition:background-image .2s ease-in-out;transition:background-image .2s ease-in-out}input[type=checkbox]{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:2px solid #a0a0a0;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:20px;justify-content:center;margin:0;outline:none;translate:0 -.11em;width:20px}input[type=checkbox]:before{background-color:#a0a0a0;border-radius:50%;-webkit-box-shadow:inset 1em 1em;box-shadow:inset 1em 1em;color:#a0a0a0;content:"";height:10px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .12s ease-in-out;transition:-webkit-transform .12s ease-in-out;-o-transition:transform .12s ease-in-out;transition:transform .12s ease-in-out;transition:transform .12s ease-in-out,-webkit-transform .12s ease-in-out;width:10px}input[type=checkbox]:checked:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}input[type=text]{background:none;border:none;color:#a0a0a0;outline:none}.text,input[type=text]{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.button{cursor:pointer}.scroll{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding-right:15px}.separator{background-color:hsla(0,0%,100%,.1);height:1px;width:100%}.Dropdown-root{margin:0 0 15px;position:relative}.Dropdown-root .Dropdown-control{border:4px solid #a0a0a0;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#a0a0a0;cursor:pointer;outline:none;overflow:hidden;padding:8px 52px 8px 10px;position:relative;text-transform:capitalize}.Dropdown-root .Dropdown-control:hover{background-color:hsla(0,0%,100%,.1);-webkit-box-shadow:0 1px 0 rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.06)}.Dropdown-root .Dropdown-control .Dropdown-placeholder{color:#a0a0a0;font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.Dropdown-root .Dropdown-control .Dropdown-arrow{border-color:#a0a0a0 rgba(0,0,0,0) rgba(0,0,0,0);border-radius:10px;border-style:solid;border-width:6px 6px 0;content:"";display:block;height:0;position:absolute;right:10px;top:14px;width:0}.Dropdown-root .Dropdown-menu{border:4px solid #a0a0a0;border-radius:0 0 8px 8px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.06);box-shadow:0 1px 0 rgba(0,0,0,.06);-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-5px;max-height:200px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:2}.Dropdown-root .Dropdown-menu .Dropdown-group>.Dropdown-title,.Dropdown-root .Dropdown-menu .Dropdown-option{color:#a0a0a0;font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000;padding:8px 10px;text-transform:capitalize}.Dropdown-root .Dropdown-menu .Dropdown-option{background-color:#505050;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block}.Dropdown-root .Dropdown-menu .Dropdown-option:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.Dropdown-root .Dropdown-menu .Dropdown-option:hover{background-color:#5a5a5a}.Dropdown-root .Dropdown-menu .Dropdown-option.is-selected{background-color:#646464}.Dropdown-root .Dropdown-noresults{-webkit-box-sizing:border-box;box-sizing:border-box;color:#ccc;cursor:default;display:block;padding:8px 10px}.is-open .Dropdown-control{border-radius:8px 8px 0 0}.is-open .Dropdown-control .Dropdown-arrow{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #a0a0a0;border-width:0 5px 5px}.notransition{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}::-webkit-scrollbar{cursor:pointer;width:8px}::-webkit-scrollbar-track{background:none;border-radius:16px}::-webkit-scrollbar-track:hover{background:#2c2c2c}::-webkit-scrollbar-thumb{background:#9b9fa1;border-radius:16px}::-webkit-scrollbar-thumb:hover{background:#bfbfbf}::-webkit-scrollbar-thumb:active{background:#fff}.chrome-picker{border:5px solid #a0a0a0!important;border-radius:10px!important;color:#232323!important;cursor:default}.chrome-picker>div:nth-child(2){background-color:#c8c8c8}.chrome-picker input{background-color:#dcdcdc;outline:none}.chrome-picker .flexbox-fix>div>div>div>div>div>div{background-color:#a0a0a0!important;border:1px solid #dcdcdc;cursor:pointer}.notificationwindow{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;left:0;max-height:35%;pointer-events:none;position:fixed;right:0;top:0;z-index:100}#settingroot .react-draggable,.settingwindow{bottom:0;height:100%;position:absolute;top:0;z-index:2}.settingwindow{-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:0;min-height:0;overflow:hidden;-webkit-transition:border-radius .5s,-webkit-transform .4s;transition:border-radius .5s,-webkit-transform .4s;-o-transition:transform .4s,border-radius .5s;transition:transform .4s,border-radius .5s;transition:transform .4s,border-radius .5s,-webkit-transform .4s;width:520px}.settingwindow.origin_left{border-radius:0 25px 25px 0!important}.settingwindow.origin_right{border-radius:25px 0 0 25px!important}.loginwindow{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:500px;left:50%;margin:-250px 0 0 -425px;position:absolute;top:50%;-webkit-transition:translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8),-webkit-transform 1.2s cubic-bezier(.65,1.75,.62,.68);transition:translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8),-webkit-transform 1.2s cubic-bezier(.65,1.75,.62,.68);-o-transition:transform 1.2s cubic-bezier(.65,1.75,.62,.68),translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8);transition:transform 1.2s cubic-bezier(.65,1.75,.62,.68),translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8);transition:transform 1.2s cubic-bezier(.65,1.75,.62,.68),translate 1.2s cubic-bezier(.65,1.75,.62,.68),scale 1s cubic-bezier(.65,1.75,.62,.68),opacity 1.5s cubic-bezier(.47,1.64,.41,.8),-webkit-transform 1.2s cubic-bezier(.65,1.75,.62,.68);width:850px;z-index:1}.loginwindow>div,.loginwindow>div>div{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;width:100%}.loginwindow>div>div{border-radius:18px;overflow:hidden;-webkit-transition:border-radius .5s;-o-transition:border-radius .5s;transition:border-radius .5s}.sidebar,.userbar{padding:10px 35px 20px}.sectionbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-negative:20;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;flex-shrink:20;height:100%;justify-content:center;min-height:40px;width:100%}.sectionbar .text{color:#a0a0a0;font-size:.95em}.sectionbar .button{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:rgba(40,40,40,.8);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:100%;justify-content:center;width:100%}.sectionbar .button:hover{background-color:rgba(80,80,80,.8)}.sectionbar .button:active{background-color:rgba(90,90,90,.8)}.sectionbar .button:last-child{min-width:35px;padding:0 8px;width:35px}.sectionbar .button:last-child svg{height:25px;width:25px}.sectionbar .button:last-child svg .SVGPath{fill:#a0a0a0}.sectionbar .selected{background-color:rgba(65,65,65,.8)}.displaybar{background-color:rgba(65,65,65,.8);-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;overflow:visible;padding:25px;width:100%}.displaybar,.displaybar .section{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.displaybar .section .separator{margin:0 0 10px}.displaybar .section .title{color:#a0a0a0;font-size:1.5em;margin:0 0 12px 5px}.displaybar .section .logo{padding-bottom:30px}.displaybar .section .inputbar{margin:0 0 12px 18px}.displaybar .section .button{border:2px solid #a0a0a0;border-radius:10px;color:#a0a0a0;margin:0 0 12px 20px;padding:6px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.displaybar .section .button:hover{background-color:hsla(0,0%,100%,.2)}.displaybar .section .button:active{background-color:hsla(0,0%,100%,.3)}.displaybar .section .theme{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#a0a0a0;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.35em;justify-content:center;margin:0 0 18px 25px}.displaybar .section .theme .button{margin:0 0 0 20px}.displaybar .bottom-button{border:2px solid #a0a0a0;border-radius:10px;color:#a0a0a0;cursor:pointer;margin:0 0 30px 20px;padding:6px;text-align:center}.displaybar .bottom-button:hover{background-color:hsla(0,0%,100%,.2)}.displaybar .bottom-button:active{background-color:hsla(0,0%,100%,.3)}.inputbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin:0 0 15px;width:100%}.inputbar .text{color:#a0a0a0;font-size:.9em;margin:0 0 0 10px}.inputbar input[type=text]{margin:0 0 0 15px}.colorsbar{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;margin:0 0 15px}.colorbar,.colorsbar{-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.colorbar{-webkit-box-orient:vertical;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column;min-width:120px;padding:0 10px;width:180px}.colorbar:first-child{margin-left:auto}.colorbar:last-child{margin-right:auto}.colorbar:nth-child(3) .chrome-picker{right:-25px}.colorbar:nth-last-child(3) .chrome-picker{left:-25px}.colorbar .text{color:#a0a0a0;font-size:.8em;margin:0 0 10px;text-align:center}.colorbar .button{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:26px;justify-content:center;position:relative;width:66px}.colorbar .button .color{border:4px solid #a0a0a0;border-radius:6px;height:100%;width:100%;z-index:1}.colorbar .button .color:hover{border-color:#828181}.colorbar .button .color:active{border-color:#646464}.colorbar .button .chrome-picker{position:absolute;top:35px;z-index:2}.sidebar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-negative:7;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-shrink:7;height:100%;min-width:0;opacity:.9;width:100%}.sidebar .bottombar{-ms-flex-negative:20;flex-shrink:20}.commandbar{-webkit-box-orient:vertical;-ms-flex-negative:4;-ms-flex-direction:column;flex-direction:column;flex-shrink:4;height:100%}.bottombar,.commandbar{-webkit-box-direction:normal;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.bottombar{padding-top:15px}.bottombar,.bottombar .switch{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.bottombar .switch{-webkit-box-direction:normal;-ms-flex-negative:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;font-size:.9em;-webkit-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.bottombar .switch:hover{opacity:.7}.bottombar .switch:active{opacity:.55}.bottombar .expand{-webkit-box-sizing:border-box;box-sizing:border-box}.userbar{-webkit-box-orient:vertical;-ms-flex-negative:3;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-direction:column;flex-direction:column;flex-shrink:3;height:100%;opacity:.8;width:100%}.avatarbar,.userbar{-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex}.avatarbar{-webkit-box-orient:horizontal;-ms-flex-negative:0;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-direction:row;flex-direction:row;flex-shrink:0;height:35%;justify-content:center;padding:25px 0 20px}.avatarbar div{background-position:50%;background-repeat:no-repeat;background-size:cover;border:5px solid;border-radius:50%;height:100%;-o-object-fit:scale-down;object-fit:scale-down}.mainbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;margin:15px auto}.mainbar #password{-webkit-box-sizing:border-box;box-sizing:border-box;caret-color:rgba(0,0,0,0);font-size:1.2em;outline:none;padding:0 15px;text-align:center;width:200px}.mainbar #password,.notification{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.notification{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:5px solid #e6e6e6;border-radius:20px;color:#e6e6e6;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:20px;height:50px;justify-content:center;margin-top:10px;opacity:0;-webkit-transition:opacity .5s ease-in;-o-transition:opacity .5s ease-in;transition:opacity .5s ease-in;width:40%}.info{background-color:rgba(61,109,182,.6)}.success{background-color:rgba(61,182,87,.6)}.warning{background-color:rgba(180,182,61,.6)}.error{background-color:rgba(182,61,61,.6)}.evoker{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#000;border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;height:50px;justify-content:center;left:10px;opacity:0;position:fixed;top:10px;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease;width:50px}.evoker svg{height:40px;width:40px}.evoker:hover{opacity:.9}.evoker:active{opacity:.55}#login_handle,#settings_handle{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:0 8px}#login_handle svg,#settings_handle svg{height:25px;opacity:.4;width:25px}#login_handle svg:hover,#settings_handle svg:hover{opacity:.6}#login_handle svg:active,#settings_handle svg:active{opacity:1}#settings_handle{background-color:rgba(40,40,40,.8);height:100%}#login_handle{position:absolute;right:1px;top:10px}.logo{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-negative:5;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;flex-shrink:5;height:100%;padding:35px 0 0;width:100%}.logo,.logo img{-webkit-box-sizing:border-box;box-sizing:border-box}.logo img{height:70%;margin:0 auto auto;max-height:180px;-o-object-fit:scale-down;object-fit:scale-down}.command{margin:0 0 25px}.command,.command .icon{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.command .icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;height:100%;justify-content:center;margin:0 15px 0 10px;width:30px}.command .icon svg{height:30px;width:30px}.command .text{font-size:1.5em;font-weight:1000;text-transform:uppercase;-webkit-transition:opacity .1s ease-in-out;-o-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.command .text:hover{opacity:.7}.command .text:active{opacity:.55}.hostname{font-family:Aesthetic,Genjyuu,Arabic,sans;font-size:.9em;font-weight:1000;max-width:100px;overflow:clip;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.expand{height:100%;width:100%}.username{font-size:2.5em;text-align:center;-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.session,.username{font-family:Aesthetic,Genjyuu,Arabic,sans;font-weight:1000}.session{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:16px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font-size:.9em;height:30px;justify-content:center;margin:20px 0 0;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;width:200px}.SVGBackground{fill:#000}.SVGPath{fill:#6bbbe1}.hidden{visibility:hidden!important} \ No newline at end of file diff --git a/dist/index.js b/dist/index.js index bb3bc072..22321f60 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,5 +1,5 @@ /*! -shikai 1.5.2 distribution +shikai 1.5.3 distribution Copyright (c) 2023, TheWisker (https://github.com/TheWisker) All rights reserved. diff --git a/dist/monitor.css b/dist/monitor.css index 84597237..506f594e 100644 --- a/dist/monitor.css +++ b/dist/monitor.css @@ -1,6 +1,6 @@ /*! * - * shikai 1.5.2 distribution + * shikai 1.5.3 distribution * * Copyright (c) 2023, TheWisker (https://github.com/TheWisker) * All rights reserved. diff --git a/dist/monitor.js b/dist/monitor.js index df8d3205..b95408c7 100644 --- a/dist/monitor.js +++ b/dist/monitor.js @@ -1,5 +1,5 @@ /*! -shikai 1.5.2 distribution +shikai 1.5.3 distribution Copyright (c) 2023, TheWisker (https://github.com/TheWisker) All rights reserved. diff --git a/package-lock.json b/package-lock.json index 20ca5e31..9595e47d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "shikai", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "shikai", - "version": "1.5.1", + "version": "1.5.2", "license": "GPL-3.0", "dependencies": { "cxs": "^6.2.0", diff --git a/package.json b/package.json index 0b51aa72..5f74b69b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shikai", - "version": "1.5.2", + "version": "1.5.3", "description": "Modern lightdm webkit2 theme", "keywords": [ "lightdm", diff --git a/src/css/_objects.scss b/src/css/_objects.scss index e319283a..0e63f95e 100755 --- a/src/css/_objects.scss +++ b/src/css/_objects.scss @@ -127,9 +127,12 @@ } .hostname { + overflow: clip; font-size: 0.9em; font-weight: 1000; + max-width: 100px; white-space: nowrap; + text-overflow: ellipsis; text-transform: uppercase; font-family: "Aesthetic", "Genjyuu", "Arabic", sans; }