From 61b07ab544876bbfc11cac07d98e5c029c61497b Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 18 Apr 2022 23:46:12 -0700 Subject: [PATCH] Lint --- webroot/styles/app.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/webroot/styles/app.css b/webroot/styles/app.css index c6370ea1c..94863d8bf 100644 --- a/webroot/styles/app.css +++ b/webroot/styles/app.css @@ -575,7 +575,7 @@ header { z-index: 50; right: 0px; min-width: 14rem; - bottom: calc(100% + .5rem); + bottom: calc(100% + 0.5rem); opacity: 0; transform: translateY(0%); animation: fade-in 300ms forwards; @@ -586,7 +586,8 @@ header { from { opacity: 0; transform: translateY(-20%); - } to { + } + to { opacity: 1; transform: translateY(0); } @@ -604,11 +605,11 @@ header { #notify-button-popup::before { position: absolute; z-index: -1; - content: ""; + content: ''; right: 1.5rem; top: 100%; border-style: solid; - border-width: .5rem .5rem .0rem; + border-width: 0.5rem 0.5rem 0rem; border-color: var(--owncast-purple) transparent transparent; transition-duration: 0.3s; transition-property: transform; @@ -617,4 +618,3 @@ header { #notify-button-popup .popout-close-button { border-style: none; } -