Ability to open files in readonly mode
Fix CSS issues
This commit is contained in:
@@ -91,8 +91,7 @@
|
||||
}
|
||||
|
||||
.cryptpad-state {
|
||||
line-height: 30px; /* equivalent to 26px + 2*2px margin used for buttons */
|
||||
float: left;
|
||||
line-height: 32px; /* equivalent to 26px + 2*2px margin used for buttons */
|
||||
}
|
||||
|
||||
.rightside-button {
|
||||
@@ -324,6 +323,10 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.cryptpad-toolbar-username {
|
||||
line-height: 32px;
|
||||
button {
|
||||
line-height: initial;
|
||||
}
|
||||
}
|
||||
.lag {
|
||||
height: 15px !important;
|
||||
|
||||
Reference in New Issue
Block a user