forked from FOSS/BangleApps
toast on top
parent
0b7d30908a
commit
06b19af1d0
|
@ -16,6 +16,11 @@
|
||||||
.avatar img {
|
.avatar img {
|
||||||
border-radius: 5px 5px 5px 5px;
|
border-radius: 5px 5px 5px 5px;
|
||||||
background: #ddd;
|
background: #ddd;
|
||||||
|
}
|
||||||
|
#toastcontainer {
|
||||||
|
position:absolute;
|
||||||
|
bottom:8px;left:0px;right:0px;
|
||||||
|
z-index: 100;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue