From 1a8abf3991fccd5ee5d2bd66b28a6d5562e8ef36 Mon Sep 17 00:00:00 2001 From: eperelm2 Date: Tue, 27 Jun 2023 12:33:50 -0400 Subject: options in properties menu fit better --- src/client/views/PropertiesButtons.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/client/views/PropertiesButtons.scss') diff --git a/src/client/views/PropertiesButtons.scss b/src/client/views/PropertiesButtons.scss index f571dcf25..dd4f67106 100644 --- a/src/client/views/PropertiesButtons.scss +++ b/src/client/views/PropertiesButtons.scss @@ -23,7 +23,7 @@ $linkGap : 3px; // margin-right: 7px; // margin-left: 8px; height: 28px; - width: 226px;//29px; + // width: 226px;//29px; display: flex; align-items: center; // height: 25px; @@ -55,14 +55,17 @@ $linkGap : 3px; .propertiesButtons-linkButton-empty.toggle-on { background-color: $medium-blue; color: $white; + width:100% } .propertiesButtons-linkButton-empty.toggle-hover { background-color: $light-blue; color: $black; + width:100% } .propertiesButtons-linkButton-empty.toggle-off { background-color: white;//$dark-gray; color: black; //white; + width:100% } .propertiesButtons-icon { @@ -71,6 +74,7 @@ $linkGap : 3px; .propertiesButtons { position:relative; + width: 100%; // margin-top: 3px; // // grid-column: 1/4; // width: 100%; @@ -94,8 +98,8 @@ $linkGap : 3px; .propertiesButtons-button { pointer-events: auto; - padding-right: 5px; - width: 25px; + padding-right: 8px;//5px; + width: 100%;//width: 25px; border-radius: 5px; margin-right: 20px; margin-bottom: 8px; -- cgit v1.2.3-70-g09d2