Adding support for poput able windows and watch 2 gather
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
justify-content: center;
|
||||
|
||||
-ms-overflow-style: none;
|
||||
-webkit-app-region: drag;
|
||||
}
|
||||
|
||||
img {
|
||||
@@ -75,7 +74,7 @@
|
||||
|
||||
background: whitesmoke;
|
||||
border: none;
|
||||
width: 0%;
|
||||
width: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@@ -98,8 +97,8 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-logo">
|
||||
<img class="logo" src="img/logo.svg">
|
||||
<img class="smoke" src="img/smoke.png">
|
||||
<img class="logo" src="img/logo.svg" alt="logo">
|
||||
<img class="smoke" src="img/smoke.png" alt="">
|
||||
</div>
|
||||
<div class="container-info">
|
||||
<a id="loading-text">Loading... Please wait!</a>
|
||||
|
||||
Reference in New Issue
Block a user