зеркало из https://github.com/nextcloud/news.git
fixed slideup in chrome for add new
This commit is contained in:
Родитель
fa941280aa
Коммит
55e05a5c95
|
@ -1,25 +1,25 @@
|
|||
.add-new {
|
||||
overflow: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.add-new > a {
|
||||
background-image: url('%appswebroot%/news/img/add.svg');
|
||||
background-image: url('%appswebroot%/news/img/add.svg');
|
||||
}
|
||||
|
||||
.add-new-popup {
|
||||
-moz-transition: padding-bottom 500ms ease 0s;
|
||||
-o-transition: padding-bottom 500ms ease 0s;
|
||||
-webkit-transition: padding-bottom 500ms ease 0s;
|
||||
-ms-transition: padding-bottom 500ms ease 0s;
|
||||
transition: height 500ms ease 0s;
|
||||
height: 0;
|
||||
padding: 0 15px;
|
||||
-moz-transition: height 500ms ease 0s;
|
||||
-o-transition: height 500ms ease 0s;
|
||||
-webkit-transition: height 500ms ease 0s;
|
||||
-ms-transition: height 500ms ease 0s;
|
||||
transition: height 500ms ease 0s;
|
||||
height: 0;
|
||||
padding: 0 15px;
|
||||
}
|
||||
|
||||
.add-new-popup.open {
|
||||
height: 170px;
|
||||
height: 170px;
|
||||
}
|
||||
|
||||
.add-new-popup .personalblock:first-child legend {
|
||||
padding-top: 15px;
|
||||
padding-top: 15px;
|
||||
}
|
Загрузка…
Ссылка в новой задаче