probably fix most renamed CSS variables
This commit is contained in:
parent
544fc3239f
commit
a930fd9758
147 changed files with 399 additions and 400 deletions
|
|
@ -40,7 +40,7 @@ const text = computed(() => {
|
|||
|
||||
// sharkey: the comment mentions something about 100% radius not behaving correctly on blink.
|
||||
// couldn't reproduce, assuming the 120% here was just an old workaround
|
||||
border-radius: var(--radius-full); // Blinkのバグか知らんけど、100%ぴったりにすると何故か若干楕円でレンダリングされる
|
||||
border-radius: var(--MI-radius-full); // Blinkのバグか知らんけど、100%ぴったりにすると何故か若干楕円でレンダリングされる
|
||||
|
||||
&.status_online {
|
||||
background: #58d4c9;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue