Add the storage limit warning in the toolbar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user