We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f417483 commit c7f1b6dCopy full SHA for c7f1b6d
3 files changed
src/components/Notes/NoteCard.vue
@@ -125,6 +125,12 @@ const strings = {
125
opacity: 1;
126
}
127
128
+ @media (hover: none) {
129
+ .note-card__actions {
130
+ opacity: 1;
131
+ }
132
133
+
134
&__title {
135
margin: 0 0 0.5rem 0;
136
font-size: 1rem;
src/components/Photos/FolderStack.vue
@@ -257,5 +257,11 @@ const strings = {
257
&:hover &__actions {
258
259
260
261
262
+ .folder-stack__actions {
263
264
265
266
267
</style>
src/components/Photos/PhotoCard.vue
@@ -142,6 +142,12 @@ const strings = {
142
143
144
145
146
+ .photo-card__actions {
147
148
149
150
151
&__caption {
152
position: absolute;
153
bottom: 0;
0 commit comments