mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix success upload message location #1086
This commit is contained in:
parent
6a3e58986b
commit
71dfbc14d3
@ -44,6 +44,13 @@
|
||||
}
|
||||
&.success {
|
||||
background: @cp_alertify-log-bg;
|
||||
@media (max-width: 600px)
|
||||
{
|
||||
font-size: 1em;
|
||||
max-height: 95px;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -321,12 +328,11 @@
|
||||
}
|
||||
|
||||
.alertify-logs {
|
||||
|
||||
max-width: 100%;
|
||||
position: fixed;
|
||||
z-index: 100001; // alertify logs (just in front of alertify modals
|
||||
|
||||
z-index: 100001; // alertify logs (just in front of alertify modals)
|
||||
&.bottom, &:not(.top) {
|
||||
bottom: 16px;
|
||||
bottom: 5px;
|
||||
/* // Bottom left placement. Default. Use for transitions.
|
||||
&.left, &:not(.right) {
|
||||
> * {
|
||||
@ -356,6 +362,10 @@
|
||||
left: -110%;
|
||||
}
|
||||
}
|
||||
@media (max-width: 600px){
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&.right {
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
.modal_base();
|
||||
position: absolute;
|
||||
right: 10vw;
|
||||
bottom: 10vh;
|
||||
bottom: 80px;
|
||||
border-radius: @variables_radius;
|
||||
box-sizing: border-box;
|
||||
z-index: 100001; //Z file upload table container: just above the file picker
|
||||
@ -23,7 +23,7 @@
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
@media screen and (max-width: @browser_media-medium-screen) {
|
||||
left: 1vw; right: 1vw; bottom: 5vw;
|
||||
left: 1vw; right: 1vw; bottom: 100px;
|
||||
}
|
||||
|
||||
.cp-fileupload-header {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user