mirror of
https://github.com/BrenBroZAYT/dashy.git
synced 2026-06-15 16:20:03 +00:00
Implements arrow key navigation
This commit is contained in:
+4
-2
@@ -181,8 +181,10 @@ export default {
|
||||
flex-direction: column;
|
||||
}
|
||||
&.orientation-vertical {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@include tablet-up {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
}
|
||||
|
||||
/* Specify number of columns, based on screen size */
|
||||
|
||||
Reference in New Issue
Block a user