mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
9 lines
137 B
CSS
9 lines
137 B
CSS
media-tooltip-group {
|
|
display: contents;
|
|
}
|
|
|
|
/* Fixes a weird issue with Safari when setting aspect-ratio */
|
|
:host {
|
|
display: grid;
|
|
}
|