Skip to content

Commit

Permalink
new console icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt307082 committed Jul 9, 2024
1 parent 7c170bb commit dae3add
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 19 deletions.
3 changes: 2 additions & 1 deletion var/www/html/apps.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
<div class="wrapper">

<div class="upper-left">
<span><a href="/" target="_blank"><img alt="console-icon" src="/console/icons/abconsole.svg"></a><span class="menu-text">console</span></span>
<img id="abconsole" alt="console-icon" src="/console/icons/abconsole.svg">
<img id="abcdesktop" alt="console-icon" src="/console/icons/abcdesktop.svg">
<hr>
</div>

Expand Down
3 changes: 2 additions & 1 deletion var/www/html/banIp.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
<div class="wrapper">

<div class="upper-left">
<span><a href="/" target="_blank"><img alt="console-icon" src="/console/icons/abconsole.svg"></a><span class="menu-text">console</span></span>
<img id="abconsole" alt="console-icon" src="/console/icons/abconsole.svg">
<img id="abcdesktop" alt="console-icon" src="/console/icons/abcdesktop.svg">
<hr>
</div>

Expand Down
3 changes: 2 additions & 1 deletion var/www/html/banLogin.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
<div class="wrapper">

<div class="upper-left">
<span><a href="/" target="_blank"><img alt="console-icon" src="/console/icons/abconsole.svg"></a><span class="menu-text">console</span></span>
<img id="abconsole" alt="console-icon" src="/console/icons/abconsole.svg">
<img id="abcdesktop" alt="console-icon" src="/console/icons/abcdesktop.svg">
<hr>
</div>

Expand Down
12 changes: 6 additions & 6 deletions var/www/html/icons/abconsole.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion var/www/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<!-- <div id="sidebarContaier" class="collapse collapse-horizontal show"> -->

<div class="upper-left">
<span><a href="/" target="_blank"><img alt="console-icon" src="/console/icons/abconsole.svg"></a><span class="menu-text">console</span></span>
<img id="abconsole" alt="console-icon" src="/console/icons/abconsole.svg">
<img id="abcdesktop" alt="console-icon" src="/console/icons/abcdesktop.svg">
<hr>
</div>

Expand Down
26 changes: 18 additions & 8 deletions var/www/html/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,18 @@ a {
margin-top: 10px;
}

.upper-left img{
height: 24px;
width: 24px;
margin-right: 10px;
#abconsole{
height: 50px;
}

#abcdesktop{
display: none;
}

.upper-left hr {
color: #fff;
width: 100%;
margin: 0 0;
}

.sidebar {
Expand Down Expand Up @@ -217,7 +220,8 @@ a {
.add-app-modal-footer {
display: flex;
justify-content: end;
gap: 10px;
gap: 10px; height: 60px;
width: 9vw;
margin-top: 10px;
}

Expand Down Expand Up @@ -272,8 +276,14 @@ pre {
text-align: center;
}

.upper-left img{
margin-right: 0px;
#abconsole{
display: none;
}

#abcdesktop{
display: block;
height: 24px;
width: 24px;
}

.wrapper{
Expand Down Expand Up @@ -315,7 +325,7 @@ pre {
font-size: 0.75em;
}

.upper-left img{
#abcdesktop{
height: 16px;
width: 16px;
}
Expand Down
3 changes: 2 additions & 1 deletion var/www/html/webfront.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
<div class="wrapper">

<div class="upper-left">
<span><a href="/" target="_blank"><img alt="console-icon" src="/console/icons/abconsole.svg"></a><span class="menu-text">console</span></span>
<img id="abconsole" alt="console-icon" src="/console/icons/abconsole.svg">
<img id="abcdesktop" alt="console-icon" src="/console/icons/abcdesktop.svg">
<hr>
</div>

Expand Down

0 comments on commit dae3add

Please sign in to comment.