mirror of https://github.com/xwiki-labs/cryptpad
Make confirm button responsive #1406
This commit is contained in:
parent
072dba254e
commit
35109ae446
|
@ -327,6 +327,8 @@
|
|||
nav {
|
||||
padding: @alertify_padding-base;
|
||||
text-align: right;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
button, div.cp-button-confirm {
|
||||
margin: 0px !important;
|
||||
&:not(:first-child):not(.left) {
|
||||
|
@ -339,6 +341,17 @@
|
|||
div.cp-button-confirm {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.btn.btn-danger {
|
||||
overflow-wrap: break-word;
|
||||
white-space: normal;
|
||||
}
|
||||
@media screen and (max-width: @browser_media-medium-screen){
|
||||
justify-content: flex-end;
|
||||
.btn.btn-danger {
|
||||
width: 100%;
|
||||
line-height: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue