61
61
62
62
}
63
63
64
- .pdf-actions_insert-file-button-container button .material-symbols-rounded {
65
- vertical-align : top;
66
- }
67
-
68
- .pdf-actions_insert-file-button-container .left button ,
69
- .pdf-actions_insert-file-button-container .right button {
70
- padding : 0.45rem ;
71
- }
72
-
73
- .pdf-actions_button-container button .material-symbols-rounded {
74
- font-size : 1.25rem ;
75
- vertical-align : sub;
76
- }
77
-
78
- .pdf-actions_insert-file-button {
79
- padding : 0 ;
80
- vertical-align : sub;
81
- }
82
-
83
64
.pdf-actions_insert-file-button-container .left {
84
65
left : -50px ;
85
66
}
@@ -96,16 +77,6 @@ html[dir="rtl"] .pdf-actions_insert-file-button-container.left {
96
77
display : none;
97
78
}
98
79
99
- .pdf-actions_insert-file-button-container .left .pdf-actions_insert-file-button {
100
- left : 0 ;
101
- translate : 0 -50% ;
102
- }
103
-
104
- .pdf-actions_insert-file-button-container .right .pdf-actions_insert-file-button {
105
- right : 0 ;
106
- translate : 0 -50% ;
107
- }
108
-
109
80
html [dir = "ltr" ] .pdf-actions_container : last-child > .pdf-actions_insert-file-button-container .right {
110
81
display : flex;
111
82
}
@@ -114,29 +85,19 @@ html[dir="rtl"] .pdf-actions_container:last-child>.pdf-actions_insert-file-butto
114
85
display : flex;
115
86
}
116
87
117
- .pdf-actions_insert-file-button-container : hover {
118
- opacity : 1 ;
119
- transition : opacity 0.05 s ;
88
+ .pdf-actions_insert-file-button-container . left button ,
89
+ . pdf-actions_insert-file-button-container . right button {
90
+ padding : 0.45 rem ;
120
91
}
121
92
122
- .pdf-actions_insert-file-button {
123
- position : absolute;
124
- top : 50% ;
125
- right : 50% ;
126
- translate : 50% -50% ;
127
- aspect-ratio : 1 ;
128
- border-radius : 100px ;
129
- z-index : 4 ;
93
+ .pdf-actions_button-container button .material-symbols-rounded {
94
+ font-size : 1.25rem ;
95
+ vertical-align : sub;
130
96
}
131
97
132
- .pdf-actions_split-file-button {
133
- position : absolute;
134
- top : 25% ;
135
- right : 50% ;
136
- translate : 0 -50% ;
137
- aspect-ratio : 1 ;
138
- border-radius : 100px ;
139
- z-index : 3 ;
98
+ .pdf-actions_insert-file-button-container : hover {
99
+ opacity : 1 ;
100
+ transition : opacity 0.05s ;
140
101
}
141
102
142
103
.pdf-actions_checkbox {
@@ -153,13 +114,4 @@ html[dir="rtl"] .pdf-actions_container:last-child>.pdf-actions_insert-file-butto
153
114
154
115
.hidden {
155
116
display : none;
156
- }
157
- .pdf-actions_insert-file-blank-button {
158
- position : absolute;
159
- top : 75% ;
160
- right : 50% ;
161
- translate : 0% -50% ;
162
- aspect-ratio : 1 ;
163
- border-radius : 100px ;
164
- z-index : 5 ;
165
- }
117
+ }
0 commit comments