diff --git a/data/app.css b/data/app.css
index 67691f3..8d4ddb6 100644
--- a/data/app.css
+++ b/data/app.css
@@ -39,6 +39,12 @@
padding: 0px;
}
+.ttl-view .small .content {
+ border: none;
+ border-radius: 0;
+ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
+}
+
.ttl-view .small .content row {
border-left: none;
border-right: none;
@@ -50,6 +56,14 @@
border-top: 0px;
}
+.ttl-view clamp > * {
+ transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
+}
+
+.ttl-view .large {
+ margin-left: 18px;
+ margin-right: 18px;
+}
.ttl-view .large:first-child {
margin-top: 32px;
}
diff --git a/data/ui/views/base.ui b/data/ui/views/base.ui
index 4e9fa3f..e82437b 100644
--- a/data/ui/views/base.ui
+++ b/data/ui/views/base.ui
@@ -33,8 +33,8 @@
1
True
False
- 650
- 650
+ 670
+ 670