Merge branch 'mobile-fixes' into staging

This commit is contained in:
yflory 2023-09-28 18:01:02 +02:00
commit 5f3acfb81d
4 changed files with 20 additions and 2 deletions

View File

@ -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
}

View File

@ -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; }
}
}

View File

@ -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;

View File

@ -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;