adjust spacing

- fixed spacing to work also in properties modal
This commit is contained in:
David Benqué
2019-12-05 15:52:16 +00:00
parent bee6aa42bf
commit 0e4b7623ff
3 changed files with 8 additions and 2 deletions

View File

@@ -159,6 +159,9 @@
margin-bottom: @alertify_padding-base;
margin: 0;
overflow: auto;
label{
margin-bottom: 0px;
}
}
.alertify-tabs {
max-height: 100%;
@@ -222,7 +225,7 @@
background-color: @alertify-input-fg;
color: @cryptpad_text_col;
border: 1px solid @alertify-input-bg;
margin: @alertify_padding-base 0px;
margin-bottom: @alertify_padding-base;
width: 100%;
font-size: 100%;
padding: @alertify_padding-base;

View File

@@ -4,6 +4,9 @@
--LessLoader_require: LessLoader_currentFile();
}
& {
.cp-spacer{
height: @variables_padding;
}
// Share modal
.msg.cp-inline-radio-group {
overflow: unset !important;