summaryrefslogtreecommitdiffstats
path: root/webapp/src/assets
diff options
context:
space:
mode:
authorUdo Walter2019-02-26 02:39:09 +0100
committerUdo Walter2019-02-26 02:39:09 +0100
commit5e0e32ef49c1007c179fe8fd7b598a53f6e91143 (patch)
tree714da0789127fe607f28f15ebbe7331d5b5439ea /webapp/src/assets
parent[webapp] small ui fixes (diff)
downloadbas-5e0e32ef49c1007c179fe8fd7b598a53f6e91143.tar.gz
bas-5e0e32ef49c1007c179fe8fd7b598a53f6e91143.tar.xz
bas-5e0e32ef49c1007c179fe8fd7b598a53f6e91143.zip
[webapp] small tabbar design tweaks
Diffstat (limited to 'webapp/src/assets')
-rw-r--r--webapp/src/assets/styles.css17
1 files changed, 5 insertions, 12 deletions
diff --git a/webapp/src/assets/styles.css b/webapp/src/assets/styles.css
index 0bcfdfe..e9f292f 100644
--- a/webapp/src/assets/styles.css
+++ b/webapp/src/assets/styles.css
@@ -31,25 +31,18 @@ html {
display: none;
}
-.tabs-wrapper {
- display: flex;
- flex-direction: column
-}
-
-.tabs-wrapper > .v-tabs__items {
- padding: 0 5px;
- margin: 0 -5px;
- flex: 1
-}
-
.tabbar-card {
position: sticky;
top: 64px;
z-index: 9;
}
+.tabbar-card .v-tabs .v-tabs__item {
+ text-transform: none !important;
+}
+
.tabbar-tabicon {
- margin-right: 10px;
+ margin-right: 12px;
}
.no-animation {