@team_yumi/ramen 1.2.3-next.20241227-3e1f8a8-0bc131539a6e1e7ac6de93c877dd872c → 1.2.3-next.20250219-4178af6-0d2e2620f71986d8e0775e5774774b0b

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.css CHANGED
@@ -4296,6 +4296,28 @@ body {
4296
4296
  bottom: calc(env(safe-area-inset-bottom, 33px) + calc(var(--xbox-padding-xl) * 4));
4297
4297
  }
4298
4298
 
4299
+ .root-module_xfloat-button__TVa6z .root-module_xfloat-button-tooltip__2VaKz {
4300
+ gap: 10px;
4301
+ border-top-left-radius: 24px;
4302
+ border-top-right-radius: 16px;
4303
+ border-bottom-left-radius: 24px;
4304
+ padding-top: 8px;
4305
+ padding-right: 12px;
4306
+ padding-bottom: 8px;
4307
+ padding-left: 12px;
4308
+ background-color: rgba(235, 235, 235, 1);
4309
+ box-shadow: 0px 3px 8px -1px rgba(24, 39, 75, 0.08);
4310
+ position: absolute;
4311
+ right: auto;
4312
+ left: 55px;
4313
+ }
4314
+
4315
+ .root-module_xfloat-button__TVa6z .root-module_xfloat-button-tooltip__2VaKz.root-module_xfloat-button-tooltip-right__nyJMq {
4316
+ position: absolute;
4317
+ right: 55px;
4318
+ left: auto;
4319
+ }
4320
+
4299
4321
  .root-module_xselectmultiple__ac2Qt {
4300
4322
  display: flex;
4301
4323
  flex-direction: column;