* change(ui) - player - back button spacing * change(ui) - onboarding - changes * change(ui) - onboarding - changes * change(ui) - integrations gap-4 * change(ui) - install script copy button styles * change(ui) - copy button in account settings * fix(ui) - error details modal loader position * change(ui) - share popup styles * change(ui) - player improvements * change(ui) - player improvements - playback speed with menu * change(ui) - player improvements - current timezone * change(ui) - player improvements - autoplay options
11 lines
No EOL
175 B
CSS
11 lines
No EOL
175 B
CSS
@import 'zindex.css';
|
|
|
|
.snippetWrapper {
|
|
position: relative;
|
|
& .snippet {
|
|
overflow: hidden;
|
|
line-height: 20px;
|
|
border-radius: 5px;
|
|
user-select: none;
|
|
}
|
|
} |