fix status bar to bottom of the screen
This commit is contained in:
parent
837ff1bc7d
commit
cce195a98b
@ -15,10 +15,15 @@
|
|||||||
/* along with Parity. If not, see <http://www.gnu.org/licenses/>.
|
/* along with Parity. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
.status {
|
.status {
|
||||||
padding: 0.5em;
|
position: fixed;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
z-index: 1000;
|
||||||
|
padding: .4em .5em;
|
||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
background-color: rgba(0, 0, 0, 0.2)
|
background-color: rgba(0, 0, 0, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
@ -42,7 +47,7 @@
|
|||||||
.netinfo {
|
.netinfo {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
.netinfo > * {
|
.netinfo > * {
|
||||||
|
Loading…
Reference in New Issue
Block a user