diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2023-07-17 23:11:35 -0400 |
|---|---|---|
| committer | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2023-07-17 23:11:35 -0400 |
| commit | 54308259a8cd3ac98aaee550ea01ad97f17172e6 (patch) | |
| tree | d3bd71ed669ac12eb6173a8a0632e5b276578d3b /src/client/views/PropertiesButtons.scss | |
| parent | 241332557f10fa97718200821374755b68e4fe10 (diff) | |
so many updates
Diffstat (limited to 'src/client/views/PropertiesButtons.scss')
| -rw-r--r-- | src/client/views/PropertiesButtons.scss | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/client/views/PropertiesButtons.scss b/src/client/views/PropertiesButtons.scss index 36b2df73e..db30745fc 100644 --- a/src/client/views/PropertiesButtons.scss +++ b/src/client/views/PropertiesButtons.scss @@ -57,14 +57,13 @@ $linkGap : 3px; } .propertiesButtons { - margin-top: 3px; - grid-column: 1/4; width: 100%; height: auto; display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 5.5px; + gap: 5px; } .onClickFlyout-editScript { @@ -81,10 +80,7 @@ $linkGap : 3px; .propertiesButtons-button { pointer-events: auto; padding-right: 5px; - width: 25px; - border-radius: 5px; - margin-right: 20px; - margin-bottom: 8px; + width: 100%; } .propertiesButton-dropdownList { |
