Add the storage limit warning in the toolbar

This commit is contained in:
yflory
2017-04-27 18:46:46 +02:00
parent 197b366712
commit bf7c7c45d0
7 changed files with 67 additions and 1 deletions

View File

@@ -79,6 +79,22 @@
}
}
.cryptpad-limit {
color: red;
box-sizing: content-box;
height: 16px;
width: 16px;
display: inline-block;
padding: 3px;
margin: 3px;
margin-right: 6px;
font-size: 20px;
span {
cursor: pointer;
margin: auto;
}
}
.cryptpad-lag {
box-sizing: content-box;
height: 16px;