mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 11:13:02 +02:00
related to #1609 dropdown for small screens positionned and working
This commit is contained in:
@@ -687,12 +687,13 @@ LI.menuLi {
|
||||
#catOptionsSmall.dropdown::after {
|
||||
content: " ";
|
||||
position: absolute;
|
||||
bottom: 100%;
|
||||
left: 85%;
|
||||
bottom: 15%;
|
||||
left: 103%;
|
||||
margin-left: -5px;
|
||||
border-width: 5px;
|
||||
border-style: solid;
|
||||
border-color: transparent transparent #ff7700 transparent;
|
||||
border-color: transparent transparent #ffa33e transparent;
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
|
||||
.dropdown-content {
|
||||
@@ -4986,8 +4987,8 @@ input:checked + .slider:before, input:checked + .slider::after {
|
||||
#catOptionsSmall{
|
||||
display:none;
|
||||
position:absolute;
|
||||
right: -10px;
|
||||
top: 40px;
|
||||
right: 80%;
|
||||
bottom: 0%;
|
||||
}
|
||||
|
||||
.is-default-token {
|
||||
|
||||
Reference in New Issue
Block a user