mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(examples): fix CSS consistency issues (#309)
This commit is contained in:
@@ -325,12 +325,10 @@ media-preview-time-display {
|
||||
}
|
||||
|
||||
media-popover {
|
||||
margin: 0;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
background: transparent;
|
||||
padding: 0.75rem 0.25rem;
|
||||
border-radius: calc(infinity * 1px);
|
||||
margin: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
/* Tooltip Component Styles */
|
||||
|
||||
@@ -305,12 +305,10 @@ media-preview-time-display {
|
||||
}
|
||||
|
||||
media-popover {
|
||||
padding: 0.5rem;
|
||||
margin: 0;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
border: 0;
|
||||
background: transparent;
|
||||
padding: 0.75rem 0.25rem;
|
||||
border-radius: calc(infinity * 1px);
|
||||
}
|
||||
|
||||
/* Tooltip Component Styles */
|
||||
|
||||
Reference in New Issue
Block a user