aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionDockingView.scss
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-08-06 20:38:31 +0800
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-08-06 20:38:31 +0800
commit142011ffd5c9ca5aeed85ed8a74e5919e0e5a6dd (patch)
treeddcd6db1712cb14f0948f880c46f7736de4df65f /src/client/views/collections/CollectionDockingView.scss
parent557bcff59aaec470b045a01600b0c2a6e785c730 (diff)
audio auto play bug fix && some more commenting
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.scss')
-rw-r--r--src/client/views/collections/CollectionDockingView.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.scss b/src/client/views/collections/CollectionDockingView.scss
index 98babc3d2..4204ef5bb 100644
--- a/src/client/views/collections/CollectionDockingView.scss
+++ b/src/client/views/collections/CollectionDockingView.scss
@@ -54,6 +54,21 @@
transition: all 0.3s;
}
+ .miniPres-button-frame {
+ justify-self: center;
+ align-self: center;
+ align-items: center;
+ display: grid;
+ grid-template-columns: auto auto auto;
+ justify-content: space-around;
+ font-size: 11;
+ margin-left: 7;
+ width: 30;
+ height: 85%;
+ background-color: rgba(91, 157, 221, 0.4);
+ border-radius: 5px;
+ }
+
.miniPres-divider {
width: 0.5px;
height: 80%;