- /* フォローボタンとメニューを離す */
- .ftskorzw > .main > .profile > .main > .banner-container {
- .actions {
- width: 100%;
- height: 100%;
- position: relative;
- top: 0 !important;
- left: 0 !important;
- padding: 0 !important;
- background: transparent !important;
- backdrop-filter: none !important;
-
- button.menu._button,
- button._button.x88qx.xfS58.koudoku {
- position: absolute;
- right: 12px;
- }
- button.menu._button {
- bottom: 12px;
- -webkit-backdrop-filter: var(--blur, blur(8px));
- backdrop-filter: var(--blur, blur(8px));
- background: rgba(0,0,0,.2);
- border-radius: 50%;
- }
- button._button.x88qx.xfS58.koudoku {
- top: 12px;
- }
- }
- }