aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/landscape.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/landscape.scss')
-rw-r--r--src/styles/landscape.scss12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/styles/landscape.scss b/src/styles/landscape.scss
index 0a12494..b72c200 100644
--- a/src/styles/landscape.scss
+++ b/src/styles/landscape.scss
@@ -11,9 +11,15 @@
height: 100%;
flex-direction: column;
- .button {
- border-width: 1px 0 1px 0;
- order: 2;
+ .appsContainer {
+ flex-direction: column;
+ .button {
+ border-width: 1px 0 1px 0;
+ order: 2;
+ .label {
+ display: none;
+ }
+ }
}
.infoContainer {