diff --git a/app/assets/stylesheets/bubbles.css b/app/assets/stylesheets/bubbles.css index b2bf36c90..8e5662c1f 100644 --- a/app/assets/stylesheets/bubbles.css +++ b/app/assets/stylesheets/bubbles.css @@ -115,10 +115,6 @@ } } - .windshield &:has(.bubble__tag--new) { - display: none; - } - @media (hover: hover) { .windshield .bubble:hover & { transform: translate(-1rem, -1rem); @@ -172,26 +168,6 @@ } } - &.bubble__assignee--new { - .windshield & { - display: none; - } - } - - &.bubble__attachment { - aspect-ratio: 1; - font-size: 4cqi; - inset: -5cqb 26cqi auto auto; - - .btn { - font-size: 4cqi; - } - - .windshield & { - display: none; - } - } - &.bubble__date { aspect-ratio: 1; cursor: pointer; @@ -208,14 +184,6 @@ } } - &.bubble__date--new { - padding: 0.7em; - - .windshield & { - display: none; - } - } - &:where(.bubble__meta) { background-color: var(--color-bg); block-size: auto; @@ -304,10 +272,6 @@ z-index: -1; } -.bubble__notes { - position: relative; -} - .bubble__perma { block-size: 100%; max-block-size: 65dvh; @@ -410,18 +374,6 @@ } } -.bubble__popped { - position: absolute; - top: 50%; - left: 50%; - background-color: red; - color: white; - padding: 1rem 2rem; - font-size: 200%; - border-radius: 4px; - transform: rotate(-35deg) translate(-25%, -50%); -} - .bubble__shape { background-color: var(--bubble-color); block-size: 1.2em;