Merge branch 'master' of github.com:flynx/pWiki

This commit is contained in:
Alex A. Naanou 2023-11-02 22:36:21 +03:00
commit 6d6994c115

View File

@ -283,18 +283,20 @@
padding: 0;
border: none;
background: none;
}
&:not([cropped])>.text {
&>.text {
display: none;
}
}
&,
&[cropped] {
margin-left: 0;
}
&[cropped] .text {
& .text {
display: block;
}
}
}
/* toolbar... */
.toolbar {