mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge branch 'mobile-fixes' into staging
This commit is contained in:
commit
5f3acfb81d
@ -57,6 +57,9 @@
|
||||
text-overflow: ellipsis;
|
||||
min-width: 0;
|
||||
display: none;
|
||||
@media screen and (max-width: @browser_media-medium-screen) {
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
@ -150,7 +153,7 @@
|
||||
padding-bottom: 20px;
|
||||
.cp-sidebarlayout-categories {
|
||||
.cp-sidebarlayout-category {
|
||||
margin: 10px 0px;
|
||||
margin: 0 0 0.5rem 0;
|
||||
span.cp-sidebar-layout-category-name {
|
||||
display: inline !important; // override "narrow" mode
|
||||
}
|
||||
|
||||
@ -72,7 +72,6 @@
|
||||
&:hover {
|
||||
background-color: contrast(@cp_toolbar-bg, darken(@cp_toolbar-bg, 5%), lighten(@cp_toolbar-bg, 5%));
|
||||
}
|
||||
&.cp-markdown-help { float: right; }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -544,6 +544,14 @@
|
||||
}
|
||||
.cp-dropdown-container {
|
||||
position: initial;
|
||||
|
||||
.cp-dropdown-content{
|
||||
@media screen and (max-width: 600px)
|
||||
{
|
||||
left: 50%;
|
||||
min-width: 45%;
|
||||
}
|
||||
}
|
||||
}
|
||||
button.cp-calendar-actions {
|
||||
background-color: transparent;
|
||||
|
||||
@ -181,6 +181,10 @@
|
||||
@media (hover: none) {
|
||||
margin-right: 20px;
|
||||
}
|
||||
@media(max-width:500px) or (max-height:700px)
|
||||
{
|
||||
margin-right:0px;
|
||||
}
|
||||
}
|
||||
|
||||
.cp-kanban-cursors {
|
||||
@ -344,6 +348,10 @@
|
||||
@media (hover: none) {
|
||||
padding-right: 30px;
|
||||
}
|
||||
@media(max-width:500px) or (max-height:700px)
|
||||
{
|
||||
padding-right:5px;
|
||||
}
|
||||
}
|
||||
header {
|
||||
display: flex;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user