1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-31 08:45:21 +02:00

Adding zoom toggle to navigation counter

This commit is contained in:
Luis
2017-04-08 11:20:17 +02:00
parent ebb5e9a4cd
commit ee6e0045e5
6 changed files with 65 additions and 12 deletions

View File

@@ -1547,7 +1547,7 @@ opacity: 1;
}
*/
#counter {
#navigation #counter {
position: relative;
display: block;
width: 10rem;
@@ -1555,6 +1555,8 @@ opacity: 1;
margin-left: auto;
text-align: center;
line-height: 4.8rem;
height: auto;
padding: 0;
}
#navigation p {
@@ -3225,4 +3227,5 @@ Solution: stackoverflow.com/questions/34250282/flexbox-safari-bug-flex-wrap
background: transparent;
width: 100%;
height: 100%;
cursor: pointer;
}