Skip to content

Commit

Permalink
Display during loading is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Aveepsita committed Mar 31, 2023
1 parent b7cafde commit 823cf07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/renderer/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ body {

.tab {
position: relative;
margin: 2px 2px 0 0;
margin: 2px 0;
cursor: pointer;
display: flex;
flex-direction: column;
Expand All @@ -163,6 +163,7 @@ body {
width: 35px;
vertical-align: top;
border-radius: 4px;
image-rendering: -webkit-optimize-contrast;
}

.tab .server-tab {
Expand All @@ -184,7 +185,7 @@ body {
font-weight: 600;
font-size: 22px;
border: 2px solid rgb(34 44 49 / 100%);
margin-left: 37%;
margin-left: 17%;
width: 35px;
border-radius: 4px;
}
Expand Down Expand Up @@ -291,7 +292,7 @@ body {
position: absolute;
z-index: 1;
background: rgb(255 255 255 / 100%) url("../img/ic_loading.gif") no-repeat;
background-size: 60px 60px;
background-size: 80px 80px;
background-position: center;
width: 100%;
height: 100%;
Expand Down Expand Up @@ -372,9 +373,6 @@ webview.focus {
width: max-content;
font-size: 14px;
}
span#add-server-tooltip {
margin-left: 4px;
}

#add-server-tooltip::after,
.server-tooltip::after {
Expand Down
Binary file modified app/renderer/img/ic_loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 823cf07

Please sign in to comment.