mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-01 13:16:42 +00:00
Added swipable menu
This commit is contained in:
12
src/common/MenuLayout.scss
Normal file
12
src/common/MenuLayout.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.menu-layout__swipeable {
|
||||
$offset: 15px;
|
||||
height: 100%;
|
||||
margin-right: -$offset;
|
||||
margin-left: -$offset;
|
||||
padding-left: $offset;
|
||||
padding-right: $offset;
|
||||
}
|
||||
|
||||
.menu-layout__swipeable-inner {
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user