mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Move margin to AppTile elements so that it is only present with app tiles.
Comment unused classes.
This commit is contained in:
parent
76570a0f14
commit
106430f7b6
@ -14,9 +14,8 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.mx_AppsDrawer {
|
// .mx_AppsDrawer {
|
||||||
margin-bottom: 3px;
|
// }
|
||||||
}
|
|
||||||
|
|
||||||
.mx_AppsContainer {
|
.mx_AppsContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -69,6 +68,10 @@ limitations under the License.
|
|||||||
// display: inline-block;
|
// display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_AppTile, .mx_AppTileFullWidth {
|
||||||
|
margin-bottom: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_AppTileMenuBar {
|
.mx_AppTileMenuBar {
|
||||||
// height: 15px;
|
// height: 15px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -116,8 +119,8 @@ limitations under the License.
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CloseAppWidget {
|
// .mx_CloseAppWidget {
|
||||||
}
|
// }
|
||||||
|
|
||||||
.mx_AppTileMenuBarWidgetPadding {
|
.mx_AppTileMenuBarWidgetPadding {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
|
Loading…
Reference in New Issue
Block a user