Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit af247f1

Browse files
committed
move disconnected layer to let buttons clickable
1 parent bc50088 commit af247f1

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

static/files/css/app.css

+9
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,20 @@ body {
1414
margin: 0 auto;
1515
}
1616

17+
@media (min-width: 740px) {
18+
.app .connect-warning {
19+
margin-top: 4.5rem;
20+
}
21+
}
22+
1723
@media (max-width: 740px) {
1824
.cage {
1925
margin: 0 10px;
2026
padding-top: 10px;
2127
}
28+
.app .connect-warning {
29+
margin-top: 3rem;
30+
}
2231
}
2332

2433
@media (max-width: 480px) {

static/files/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<body class="app">
1616
<div ng-cloak class="cage" ondropfile="uploadTorrent($event)" placeholder="Drop torrent files here">
17-
<div ng-if="!connected" class="connect-warning ui inverted vertical masthead center aligned segment">
17+
<div ng-if="!connected" class="connect-warning ui inverted masthead center aligned segment">
1818
<div class="ui text container">
1919
<h1 class="ui inverted header">
2020
{{ hasConnected ? 'Disconnected' : 'Connecting' }}

0 commit comments

Comments
 (0)