mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
ea85a3c3d9
@ -76,6 +76,16 @@ limitations under the License.
|
|||||||
.mx_AppTileMenuBarWidget {
|
.mx_AppTileMenuBarWidget {
|
||||||
// pointer-events: none;
|
// pointer-events: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
padding: 1px;
|
||||||
|
transition-duration: 500ms;
|
||||||
|
border: 1px solid transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
.mx_AppTileMenuBarWidget:hover {
|
||||||
|
border: 1px solid $primary-hairline-color;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_AppTileBody iframe {
|
.mx_AppTileBody iframe {
|
||||||
|
Loading…
Reference in New Issue
Block a user