[bugfix] increase size of overlayed buttons
…such as the hide sensitive content button
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
|
||||
@mixin fullwidth-gallery {
|
||||
&.full-width {
|
||||
margin-left: -14px;
|
||||
margin-right: -14px;
|
||||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
width: inherit;
|
||||
max-width: none;
|
||||
border-radius: 0;
|
||||
|
||||
@@ -241,7 +241,7 @@
|
||||
background: rgba($base-overlay-background, 0.6);
|
||||
color: rgba($primary-text-color, 0.7);
|
||||
border-radius: 4px;
|
||||
padding: 2px;
|
||||
padding: 4px;
|
||||
|
||||
&:hover {
|
||||
background: rgba($base-overlay-background, 0.9);
|
||||
@@ -1323,6 +1323,12 @@ button.icon-button.active i.fa-retweet {
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
|
||||
svg.gts-icon {
|
||||
--size: 18px;
|
||||
|
||||
display: block;
|
||||
}
|
||||
|
||||
&--minified {
|
||||
display: flex;
|
||||
inset-inline-start: 4px;
|
||||
|
||||
Reference in New Issue
Block a user